pub enum SideValueInd {
SideValue1 = 1,
SideValue2 = 2,
}
Variants§
Implementations§
Source§impl SideValueInd
impl SideValueInd
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SideValueInd
impl Clone for SideValueInd
Source§fn clone(&self) -> SideValueInd
fn clone(&self) -> SideValueInd
Returns a copy 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 SideValueInd
impl Debug for SideValueInd
Source§impl FromStr for SideValueInd
impl FromStr for SideValueInd
Source§impl Hash for SideValueInd
impl Hash for SideValueInd
Source§impl IntoFixValue for SideValueInd
impl IntoFixValue for SideValueInd
Source§impl PartialEq for SideValueInd
impl PartialEq for SideValueInd
impl Copy for SideValueInd
impl Eq for SideValueInd
impl StructuralPartialEq for SideValueInd
Auto Trait Implementations§
impl Freeze for SideValueInd
impl RefUnwindSafe for SideValueInd
impl Send for SideValueInd
impl Sync for SideValueInd
impl Unpin for SideValueInd
impl UnwindSafe for SideValueInd
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