Enum easyfix_messages::fields::AllocMethod  
source · [−]pub enum AllocMethod {
    Automatic,
    Guarantor,
    Manual,
}Variants
Automatic
Guarantor
Manual
Implementations
sourceimpl AllocMethod
 
impl AllocMethod
pub fn from_bytes(input: &[u8]) -> Option<AllocMethod>
pub fn from_fix_str(input: &FixStr) -> Option<AllocMethod>
pub fn as_bytes(&self) -> &'static [u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations
sourceimpl Clone for AllocMethod
 
impl Clone for AllocMethod
sourcefn clone(&self) -> AllocMethod
 
fn clone(&self) -> AllocMethod
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AllocMethod
 
impl Debug for AllocMethod
sourceimpl From<AllocMethod> for &'static [u8]
 
impl From<AllocMethod> for &'static [u8]
sourceimpl PartialEq<AllocMethod> for AllocMethod
 
impl PartialEq<AllocMethod> for AllocMethod
sourceimpl TryFrom<i64> for AllocMethod
 
impl TryFrom<i64> for AllocMethod
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: Int) -> Result<AllocMethod, SessionRejectReason>
 
fn try_from(input: Int) -> Result<AllocMethod, SessionRejectReason>
Performs the conversion.
impl Copy for AllocMethod
impl Eq for AllocMethod
impl StructuralEq for AllocMethod
impl StructuralPartialEq for AllocMethod
Auto Trait Implementations
impl RefUnwindSafe for AllocMethod
impl Send for AllocMethod
impl Sync for AllocMethod
impl Unpin for AllocMethod
impl UnwindSafe for AllocMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more