pub struct NoHops { /* private fields */ }
Implementations§
Source§impl NoHops
impl NoHops
pub fn get_hop_comp_id(&self) -> Option<HopCompID>
pub fn get_hop_sending_time(&self) -> Option<HopSendingTime>
pub fn get_hop_ref_id(&self) -> Option<HopRefID>
pub fn set_hop_comp_id( &mut self, value: HopCompID, ) -> Result<&Self, QuickFixError>
pub fn remove_hop_comp_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_hop_sending_time( &mut self, value: HopSendingTime, ) -> Result<&Self, QuickFixError>
pub fn remove_hop_sending_time(&mut self) -> Result<&Self, QuickFixError>
pub fn set_hop_ref_id( &mut self, value: HopRefID, ) -> Result<&Self, QuickFixError>
pub fn remove_hop_ref_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoHops
impl RefUnwindSafe for NoHops
impl !Send for NoHops
impl !Sync for NoHops
impl Unpin for NoHops
impl UnwindSafe for NoHops
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