pub struct Unspecified;
Expand description
Any capability.
Trait Implementations§
Source§impl Clone for Unspecified
impl Clone for Unspecified
Source§fn clone(&self) -> Unspecified
fn clone(&self) -> Unspecified
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Unspecified
impl Debug for Unspecified
Source§impl Hash for Unspecified
impl Hash for Unspecified
Source§impl Ord for Unspecified
impl Ord for Unspecified
Source§impl PartialEq for Unspecified
impl PartialEq for Unspecified
Source§impl PartialOrd for Unspecified
impl PartialOrd for Unspecified
Source§fn partial_cmp(&self, other: &Unspecified) -> Option<Ordering>
fn partial_cmp(&self, other: &Unspecified) -> Option<Ordering>
impl Copy for Unspecified
impl Eq for Unspecified
impl IpcCapType for Unspecified
impl StructuralPartialEq for Unspecified
Auto Trait Implementations§
impl Freeze for Unspecified
impl RefUnwindSafe for Unspecified
impl Send for Unspecified
impl Sync for Unspecified
impl Unpin for Unspecified
impl UnwindSafe for Unspecified
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)