pub struct NoExpiration { /* private fields */ }
Implementations§
source§impl NoExpiration
impl NoExpiration
source§impl NoExpiration
impl NoExpiration
pub fn get_exp_type(&self) -> Option<ExpType>
pub fn get_exp_qty(&self) -> Option<ExpQty>
pub fn set_exp_type(&mut self, value: ExpType) -> Result<&Self, QuickFixError>
pub fn remove_exp_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_exp_qty(&mut self, value: ExpQty) -> Result<&Self, QuickFixError>
pub fn remove_exp_qty(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoExpiration
impl Clone for NoExpiration
source§fn clone(&self) -> NoExpiration
fn clone(&self) -> NoExpiration
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 Freeze for NoExpiration
impl RefUnwindSafe for NoExpiration
impl !Send for NoExpiration
impl !Sync for NoExpiration
impl Unpin for NoExpiration
impl UnwindSafe for NoExpiration
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)