pub struct Letter<T>where
T: Orderable,{ /* private fields */ }Expand description
Letter is Alphabet element, represents tree node.
Auto Trait Implementations§
impl<T> Freeze for Letter<T>
impl<T> RefUnwindSafe for Letter<T>
impl<T> Send for Letter<T>
impl<T> Sync for Letter<T>
impl<T> Unpin for Letter<T>
impl<T> UnwindSafe for Letter<T>
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