pub struct NodeTypes { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeTypes
impl RefUnwindSafe for NodeTypes
impl Send for NodeTypes
impl Sync for NodeTypes
impl Unpin for NodeTypes
impl UnwindSafe for NodeTypes
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