pub enum StandardSet {
Show 13 variants
NPos,
N,
Q,
Z,
R,
QPos,
RPos,
QNeg,
ZNeg,
RNeg,
QNz,
ZNz,
RNz,
}Variants§
Trait Implementations§
Source§impl Clone for StandardSet
impl Clone for StandardSet
Source§fn clone(&self) -> StandardSet
fn clone(&self) -> StandardSet
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 moreAuto Trait Implementations§
impl Freeze for StandardSet
impl RefUnwindSafe for StandardSet
impl Send for StandardSet
impl Sync for StandardSet
impl Unpin for StandardSet
impl UnsafeUnpin for StandardSet
impl UnwindSafe for StandardSet
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