pub struct NodeAssocData { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for NodeAssocData
impl Default for NodeAssocData
Source§fn default() -> NodeAssocData
fn default() -> NodeAssocData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NodeAssocData
impl !RefUnwindSafe for NodeAssocData
impl !Send for NodeAssocData
impl !Sync for NodeAssocData
impl Unpin for NodeAssocData
impl !UnwindSafe for NodeAssocData
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