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