pub enum NoSides {
OneSide,
BothSides,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for NoSides
impl ToFixString for NoSides
fn to_fix_string(&self) -> FixString
Source§impl TryFrom<u8> for NoSides
impl TryFrom<u8> for NoSides
Source§type Error = ParseRejectReason
type Error = ParseRejectReason
The type returned in the event of a conversion error.
Source§fn try_from(input: NumInGroup) -> Result<NoSides, ParseRejectReason>
fn try_from(input: NumInGroup) -> Result<NoSides, ParseRejectReason>
Performs the conversion.
impl Copy for NoSides
impl Eq for NoSides
impl StructuralPartialEq for NoSides
Auto Trait Implementations§
impl Freeze for NoSides
impl RefUnwindSafe for NoSides
impl Send for NoSides
impl Sync for NoSides
impl Unpin for NoSides
impl UnwindSafe for NoSides
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