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