pub struct Link<T> { /* private fields */ }
Expand description
Typed cid.
Implementations§
Trait Implementations§
Source§impl<T> Ord for Link<T>
impl<T> Ord for Link<T>
Source§impl<T> PartialOrd for Link<T>
impl<T> PartialOrd for Link<T>
impl<T> Copy for Link<T>
impl<T> Eq for Link<T>
Auto Trait Implementations§
impl<T> Freeze for Link<T>
impl<T> RefUnwindSafe for Link<T>where
T: RefUnwindSafe,
impl<T> Send for Link<T>where
T: Send,
impl<T> Sync for Link<T>where
T: Sync,
impl<T> Unpin for Link<T>where
T: Unpin,
impl<T> UnwindSafe for Link<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