pub enum AllocSettlInstType {
UseDefaultInstructions = 0,
DeriveFromParametersProvided = 1,
FullDetailsProvided = 2,
SsidbiDsProvided = 3,
PhoneForInstructions = 4,
}Variants§
UseDefaultInstructions = 0
DeriveFromParametersProvided = 1
FullDetailsProvided = 2
SsidbiDsProvided = 3
PhoneForInstructions = 4
Implementations§
Source§impl AllocSettlInstType
impl AllocSettlInstType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for AllocSettlInstType
impl Clone for AllocSettlInstType
Source§fn clone(&self) -> AllocSettlInstType
fn clone(&self) -> AllocSettlInstType
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 AllocSettlInstType
impl Debug for AllocSettlInstType
Source§impl FromStr for AllocSettlInstType
impl FromStr for AllocSettlInstType
Source§impl Hash for AllocSettlInstType
impl Hash for AllocSettlInstType
Source§impl IntoFixValue for AllocSettlInstType
impl IntoFixValue for AllocSettlInstType
Source§impl PartialEq for AllocSettlInstType
impl PartialEq for AllocSettlInstType
impl Copy for AllocSettlInstType
impl Eq for AllocSettlInstType
impl StructuralPartialEq for AllocSettlInstType
Auto Trait Implementations§
impl Freeze for AllocSettlInstType
impl RefUnwindSafe for AllocSettlInstType
impl Send for AllocSettlInstType
impl Sync for AllocSettlInstType
impl Unpin for AllocSettlInstType
impl UnwindSafe for AllocSettlInstType
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