Struct competitive_library::structure::binary_trie::BinaryTrie [−][src]
pub struct BinaryTrie { /* fields omitted */ }
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BinaryTrie
impl Send for BinaryTrie
impl Sync for BinaryTrie
impl Unpin for BinaryTrie
impl UnwindSafe for BinaryTrie
Blanket Implementations
Mutably borrows from an owned value. Read more