pub struct WithLeaf<L> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for WithLeaf<L>
impl<L> RefUnwindSafe for WithLeaf<L>where
L: RefUnwindSafe,
impl<L> Send for WithLeaf<L>where
L: Send,
impl<L> Sync for WithLeaf<L>where
L: Sync,
impl<L> Unpin for WithLeaf<L>where
L: Unpin,
impl<L> UnwindSafe for WithLeaf<L>where
L: UnwindSafe,
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