pub enum AllocSettlInstType {
UseDefaultInstructions,
DeriveFromParametersProvided,
FullDetailsProvided,
SsiDbIdsProvided,
PhoneForInstructions,
}
Variants§
UseDefaultInstructions
Value “0”
DeriveFromParametersProvided
Value “1”
FullDetailsProvided
Value “2”
SsiDbIdsProvided
Value “3”
PhoneForInstructions
Value “4”
Implementations§
Source§impl AllocSettlInstType
impl AllocSettlInstType
pub const fn from_bytes(input: &[u8]) -> Option<AllocSettlInstType>
pub const fn from_fix_str(input: &FixStr) -> Option<AllocSettlInstType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
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 Default for AllocSettlInstType
impl Default for AllocSettlInstType
Source§fn default() -> AllocSettlInstType
fn default() -> AllocSettlInstType
Returns the “default value” for a type. Read more
Source§impl From<AllocSettlInstType> for &'static [u8]
impl From<AllocSettlInstType> for &'static [u8]
Source§impl PartialEq for AllocSettlInstType
impl PartialEq for AllocSettlInstType
Source§impl ToFixString for AllocSettlInstType
impl ToFixString for AllocSettlInstType
fn to_fix_string(&self) -> FixString
Source§impl TryFrom<i64> for AllocSettlInstType
impl TryFrom<i64> for AllocSettlInstType
Source§type Error = ParseRejectReason
type Error = ParseRejectReason
The type returned in the event of a conversion error.
Source§fn try_from(input: Int) -> Result<AllocSettlInstType, ParseRejectReason>
fn try_from(input: Int) -> Result<AllocSettlInstType, ParseRejectReason>
Performs the conversion.
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