pub struct ConfigSet { /* private fields */ }Expand description
A set of configuration indices, stored as a bitmask for O(1) intersection.
Trait Implementations§
impl Eq for ConfigSet
impl StructuralPartialEq for ConfigSet
Auto Trait Implementations§
impl Freeze for ConfigSet
impl RefUnwindSafe for ConfigSet
impl Send for ConfigSet
impl Sync for ConfigSet
impl Unpin for ConfigSet
impl UnwindSafe for ConfigSet
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