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