pub enum ApplQueueResolution {
NoActionTaken = 0,
QueueFlushed = 1,
OverlayLast = 2,
EndSession = 3,
}
Variants§
Implementations§
source§impl ApplQueueResolution
impl ApplQueueResolution
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for ApplQueueResolution
impl Clone for ApplQueueResolution
source§fn clone(&self) -> ApplQueueResolution
fn clone(&self) -> ApplQueueResolution
Returns a copy 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 ApplQueueResolution
impl Debug for ApplQueueResolution
source§impl FromStr for ApplQueueResolution
impl FromStr for ApplQueueResolution
source§impl Hash for ApplQueueResolution
impl Hash for ApplQueueResolution
source§impl IntoFixValue for ApplQueueResolution
impl IntoFixValue for ApplQueueResolution
source§impl PartialEq for ApplQueueResolution
impl PartialEq for ApplQueueResolution
source§fn eq(&self, other: &ApplQueueResolution) -> bool
fn eq(&self, other: &ApplQueueResolution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ApplQueueResolution
impl Eq for ApplQueueResolution
impl StructuralPartialEq for ApplQueueResolution
Auto Trait Implementations§
impl RefUnwindSafe for ApplQueueResolution
impl Send for ApplQueueResolution
impl Sync for ApplQueueResolution
impl Unpin for ApplQueueResolution
impl UnwindSafe for ApplQueueResolution
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