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
impl Copy for ApplQueueResolution
impl Eq for ApplQueueResolution
impl StructuralPartialEq for ApplQueueResolution
Auto Trait Implementations§
impl Freeze for ApplQueueResolution
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