pub struct QuaternaryTrie { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for QuaternaryTrie
impl Clone for QuaternaryTrie
Source§fn clone(&self) -> QuaternaryTrie
fn clone(&self) -> QuaternaryTrie
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QuaternaryTrie
impl Debug for QuaternaryTrie
Source§impl Default for QuaternaryTrie
impl Default for QuaternaryTrie
Source§fn default() -> QuaternaryTrie
fn default() -> QuaternaryTrie
Returns the “default value” for a type. Read more
Source§impl PartialEq for QuaternaryTrie
impl PartialEq for QuaternaryTrie
impl Eq for QuaternaryTrie
impl StructuralPartialEq for QuaternaryTrie
Auto Trait Implementations§
impl Freeze for QuaternaryTrie
impl RefUnwindSafe for QuaternaryTrie
impl Send for QuaternaryTrie
impl Sync for QuaternaryTrie
impl Unpin for QuaternaryTrie
impl UnwindSafe for QuaternaryTrie
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