pub struct Chosen<'b, 'a: 'b> { /* private fields */ }
Expand description
Represents the /chosen
node with specific helper methods
Implementations§
Trait Implementations§
impl<'b, 'a: 'b> Copy for Chosen<'b, 'a>
Auto Trait Implementations§
impl<'b, 'a> Freeze for Chosen<'b, 'a>
impl<'b, 'a> RefUnwindSafe for Chosen<'b, 'a>
impl<'b, 'a> Send for Chosen<'b, 'a>
impl<'b, 'a> Sync for Chosen<'b, 'a>
impl<'b, 'a> Unpin for Chosen<'b, 'a>
impl<'b, 'a> UnwindSafe for Chosen<'b, 'a>
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