pub struct list;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for list
impl RefUnwindSafe for list
impl Send for list
impl Sync for list
impl Unpin for list
impl UnwindSafe for list
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