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 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 moreAuto Trait Implementations§
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