pub enum QuoteRequestType {
Manual = 1,
Automatic = 2,
}Variants§
Implementations§
Source§impl QuoteRequestType
impl QuoteRequestType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for QuoteRequestType
impl Clone for QuoteRequestType
Source§fn clone(&self) -> QuoteRequestType
fn clone(&self) -> QuoteRequestType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QuoteRequestType
Source§impl Debug for QuoteRequestType
impl Debug for QuoteRequestType
impl Eq for QuoteRequestType
Source§impl FromStr for QuoteRequestType
impl FromStr for QuoteRequestType
Source§impl Hash for QuoteRequestType
impl Hash for QuoteRequestType
Source§impl IntoFixValue for QuoteRequestType
impl IntoFixValue for QuoteRequestType
Source§impl PartialEq for QuoteRequestType
impl PartialEq for QuoteRequestType
Source§fn eq(&self, other: &QuoteRequestType) -> bool
fn eq(&self, other: &QuoteRequestType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuoteRequestType
Auto Trait Implementations§
impl Freeze for QuoteRequestType
impl RefUnwindSafe for QuoteRequestType
impl Send for QuoteRequestType
impl Sync for QuoteRequestType
impl Unpin for QuoteRequestType
impl UnsafeUnpin for QuoteRequestType
impl UnwindSafe for QuoteRequestType
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