pub struct Links<T: ?Sized> { /* private fields */ }Expand description
The links used to link an object on a linked list.
Instances of this type are usually embedded in structures and returned in calls to
GetLinks::get_links.
Implementations§
Trait Implementations§
impl<T: ?Sized> Send for Links<T>
impl<T: ?Sized> Sync for Links<T>
Auto Trait Implementations§
impl<T> !Freeze for Links<T>
impl<T> !RefUnwindSafe for Links<T>
impl<T> Unpin for Links<T>where
T: ?Sized,
impl<T> UnwindSafe for Links<T>where
T: RefUnwindSafe + ?Sized,
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