pub struct BinaryTrie<T> { /* private fields */ }Implementations§
Source§impl<T: UInt> BinaryTrie<T>
impl<T: UInt> BinaryTrie<T>
Trait Implementations§
Source§impl<T: Debug> Debug for BinaryTrie<T>
impl<T: Debug> Debug for BinaryTrie<T>
Source§impl<T: Default> Default for BinaryTrie<T>
impl<T: Default> Default for BinaryTrie<T>
Source§fn default() -> BinaryTrie<T>
fn default() -> BinaryTrie<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for BinaryTrie<T>where
T: Freeze,
impl<T> RefUnwindSafe for BinaryTrie<T>where
T: RefUnwindSafe,
impl<T> Send for BinaryTrie<T>where
T: Send,
impl<T> Sync for BinaryTrie<T>where
T: Sync,
impl<T> Unpin for BinaryTrie<T>where
T: Unpin,
impl<T> UnwindSafe for BinaryTrie<T>where
T: 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