pub struct Three<V: Ord>(pub V, pub V, pub Box<Node<V>>, pub Box<Node<V>>, pub Box<Node<V>>);Expand description
Three
Tuple Fields§
§0: V§1: V§2: Box<Node<V>>§3: Box<Node<V>>§4: Box<Node<V>>Auto Trait Implementations§
impl<V> Freeze for Three<V>where
V: Freeze,
impl<V> RefUnwindSafe for Three<V>where
V: RefUnwindSafe,
impl<V> Send for Three<V>where
V: Send,
impl<V> Sync for Three<V>where
V: Sync,
impl<V> Unpin for Three<V>where
V: Unpin,
impl<V> UnwindSafe for Three<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