pub struct NodeOpts {
pub deleted: bool,
}Expand description
Per-node metadata flags.
Fields§
§deleted: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for NodeOpts
impl RefUnwindSafe for NodeOpts
impl Send for NodeOpts
impl Sync for NodeOpts
impl Unpin for NodeOpts
impl UnwindSafe for NodeOpts
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