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