pub enum StandardSet {
Show 13 variants
NPos,
N,
Q,
Z,
R,
QPos,
RPos,
QNeg,
ZNeg,
RNeg,
QNz,
ZNz,
RNz,
}Variants§
Implementations§
Source§impl StandardSet
impl StandardSet
pub fn to_latex_string(&self) -> String
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 moreSource§impl Display for StandardSet
impl Display for StandardSet
Source§impl From<StandardSet> for Obj
impl From<StandardSet> for Obj
Source§fn from(s: StandardSet) -> Self
fn from(s: StandardSet) -> Self
Converts to this type from the input type.
Auto 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