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