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