Struct quickfix_msg43::email::NoRoutingIDs
source · pub struct NoRoutingIDs { /* private fields */ }
Implementations§
source§impl NoRoutingIDs
impl NoRoutingIDs
source§impl NoRoutingIDs
impl NoRoutingIDs
pub fn get_routing_type(&self) -> Option<RoutingType>
pub fn get_routing_id(&self) -> Option<RoutingID>
pub fn set_routing_type( &mut self, value: RoutingType ) -> Result<&Self, QuickFixError>
pub fn remove_routing_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_routing_id( &mut self, value: RoutingID ) -> Result<&Self, QuickFixError>
pub fn remove_routing_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoRoutingIDs
impl Clone for NoRoutingIDs
source§fn clone(&self) -> NoRoutingIDs
fn clone(&self) -> NoRoutingIDs
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 NoRoutingIDs
impl !Send for NoRoutingIDs
impl !Sync for NoRoutingIDs
impl Unpin for NoRoutingIDs
impl UnwindSafe for NoRoutingIDs
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