pub struct Leaf<'a, O: Unsize<I>, I: ?Sized>(pub O, _);
Tuple Fields§
§0: O
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, O, I> Freeze for Leaf<'a, O, I>
impl<'a, O, I> RefUnwindSafe for Leaf<'a, O, I>
impl<'a, O, I> Send for Leaf<'a, O, I>
impl<'a, O, I> Sync for Leaf<'a, O, I>
impl<'a, O, I> Unpin for Leaf<'a, O, I>
impl<'a, O, I> UnwindSafe for Leaf<'a, O, I>
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