Struct kermit_ds::relation_trie::node::Node
source · pub struct Node<KT: PartialOrd + PartialEq + Clone> { /* private fields */ }Expand description
Trie node
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<KT> Freeze for Node<KT>where
KT: Freeze,
impl<KT> RefUnwindSafe for Node<KT>where
KT: RefUnwindSafe,
impl<KT> Send for Node<KT>where
KT: Send,
impl<KT> Sync for Node<KT>where
KT: Sync,
impl<KT> Unpin for Node<KT>where
KT: Unpin,
impl<KT> UnwindSafe for Node<KT>where
KT: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)