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