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