pub struct ltail(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ltail
impl RefUnwindSafe for ltail
impl Send for ltail
impl Sync for ltail
impl Unpin for ltail
impl UnwindSafe for ltail
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