pub struct ThisNode {}Implementations§
Trait Implementations§
impl StructuralPartialEq for ThisNode
Auto Trait Implementations§
impl Freeze for ThisNode
impl RefUnwindSafe for ThisNode
impl Send for ThisNode
impl Sync for ThisNode
impl Unpin for ThisNode
impl UnwindSafe for ThisNode
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