pub struct Sid<T = NoLabel> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T> Ord for Sid<T>
impl<T> Ord for Sid<T>
Source§impl<T> PartialOrd for Sid<T>
impl<T> PartialOrd for Sid<T>
impl<T> Copy for Sid<T>
impl<T> Eq for Sid<T>
Auto Trait Implementations§
impl<T> Freeze for Sid<T>
impl<T> RefUnwindSafe for Sid<T>where
T: RefUnwindSafe,
impl<T> Send for Sid<T>where
T: Send,
impl<T> Sync for Sid<T>where
T: Sync,
impl<T> Unpin for Sid<T>where
T: Unpin,
impl<T> UnwindSafe for Sid<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more