pub struct AllForOne {}
Expand description
A marker for a specific node type. See Node::add_all_for_one
.
Auto Trait Implementations§
impl Freeze for AllForOne
impl RefUnwindSafe for AllForOne
impl Send for AllForOne
impl Sync for AllForOne
impl Unpin for AllForOne
impl UnwindSafe for AllForOne
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