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