pub struct LinkID(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl ExclusivelyContextual for LinkID
impl ExclusivelyContextual for LinkID
Source§impl Ord for LinkID
impl Ord for LinkID
Source§impl PartialOrd for LinkID
impl PartialOrd for LinkID
impl Copy for LinkID
impl Eq for LinkID
impl StructuralPartialEq for LinkID
Auto Trait Implementations§
impl Freeze for LinkID
impl RefUnwindSafe for LinkID
impl Send for LinkID
impl Sync for LinkID
impl Unpin for LinkID
impl UnwindSafe for LinkID
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