pub struct BinaryTrie { /* private fields */ }
Expand description
非負整数を2進数として管理する。
Implementations§
Trait Implementations§
Source§impl Clone for BinaryTrie
impl Clone for BinaryTrie
Source§fn clone(&self) -> BinaryTrie
fn clone(&self) -> BinaryTrie
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for BinaryTrie
impl RefUnwindSafe for BinaryTrie
impl Send for BinaryTrie
impl Sync for BinaryTrie
impl Unpin for BinaryTrie
impl UnwindSafe for BinaryTrie
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