pub struct IntegerSet { /* private fields */ }
Expand description
整数の追加・削除とMexを求められるデータ構造
Implementations§
Source§impl IntegerSet
impl IntegerSet
Trait Implementations§
Source§impl Clone for IntegerSet
impl Clone for IntegerSet
Source§fn clone(&self) -> IntegerSet
fn clone(&self) -> IntegerSet
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 moreSource§impl Debug for IntegerSet
impl Debug for IntegerSet
Source§impl Default for IntegerSet
impl Default for IntegerSet
Source§fn default() -> IntegerSet
fn default() -> IntegerSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntegerSet
impl RefUnwindSafe for IntegerSet
impl Send for IntegerSet
impl Sync for IntegerSet
impl Unpin for IntegerSet
impl UnwindSafe for IntegerSet
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