pub struct NoClearingInstructions { /* private fields */ }
Implementations§
Source§impl NoClearingInstructions
impl NoClearingInstructions
pub fn get_clearing_instruction(&self) -> Option<ClearingInstruction>
pub fn set_clearing_instruction( &mut self, value: ClearingInstruction, ) -> Result<&Self, QuickFixError>
pub fn remove_clearing_instruction(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoClearingInstructions
impl Clone for NoClearingInstructions
Source§fn clone(&self) -> NoClearingInstructions
fn clone(&self) -> NoClearingInstructions
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 moreAuto Trait Implementations§
impl Freeze for NoClearingInstructions
impl RefUnwindSafe for NoClearingInstructions
impl !Send for NoClearingInstructions
impl !Sync for NoClearingInstructions
impl Unpin for NoClearingInstructions
impl UnwindSafe for NoClearingInstructions
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