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