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