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