Struct nekolib::ds::BinaryTrie
source · pub struct BinaryTrie<I> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I> RefUnwindSafe for BinaryTrie<I>where I: RefUnwindSafe,
impl<I> Send for BinaryTrie<I>where I: Send,
impl<I> Sync for BinaryTrie<I>where I: Sync,
impl<I> Unpin for BinaryTrie<I>
impl<I> UnwindSafe for BinaryTrie<I>where I: 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