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