pub enum NoSides {
OneSide,
BothSides,
}
Variants§
Implementations§
Source§impl NoSides
impl NoSides
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for NoSides
impl IntoFixValue for NoSides
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