pub enum CancellationRights {
Yes,
NoExecutionOnly,
NoWaiverAgreement,
NoInstitutional,
}Variants§
Implementations§
Source§impl CancellationRights
impl CancellationRights
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for CancellationRights
impl Clone for CancellationRights
Source§fn clone(&self) -> CancellationRights
fn clone(&self) -> CancellationRights
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CancellationRights
Source§impl Debug for CancellationRights
impl Debug for CancellationRights
impl Eq for CancellationRights
Source§impl FromStr for CancellationRights
impl FromStr for CancellationRights
Source§impl Hash for CancellationRights
impl Hash for CancellationRights
Source§impl IntoFixValue for CancellationRights
impl IntoFixValue for CancellationRights
Source§impl PartialEq for CancellationRights
impl PartialEq for CancellationRights
Source§fn eq(&self, other: &CancellationRights) -> bool
fn eq(&self, other: &CancellationRights) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CancellationRights
Auto Trait Implementations§
impl Freeze for CancellationRights
impl RefUnwindSafe for CancellationRights
impl Send for CancellationRights
impl Sync for CancellationRights
impl Unpin for CancellationRights
impl UnsafeUnpin for CancellationRights
impl UnwindSafe for CancellationRights
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