pub struct LeafThree<V: Ord>(pub V, pub V);Expand description
LeafThree
Tuple Fields§
§0: V§1: VAuto Trait Implementations§
impl<V> Freeze for LeafThree<V>where
V: Freeze,
impl<V> RefUnwindSafe for LeafThree<V>where
V: RefUnwindSafe,
impl<V> Send for LeafThree<V>where
V: Send,
impl<V> Sync for LeafThree<V>where
V: Sync,
impl<V> Unpin for LeafThree<V>where
V: Unpin,
impl<V> UnwindSafe for LeafThree<V>where
V: 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