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 Freeze for NoRoutingIDs
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