pub struct BeginString {}Implementations§
Source§impl BeginString
impl BeginString
pub const FIXT11: &'static str = "FIXT.1.1"
pub const FIX50SP2: &'static str = "FIX.5.0SP2"
pub const FIX50SP1: &'static str = "FIX.5.0SP1"
pub const FIX50: &'static str = "FIX.5.0"
pub const FIX44: &'static str = "FIX.4.4"
pub const FIX43: &'static str = "FIX.4.3"
pub const FIX42: &'static str = "FIX.4.2"
pub const FIX41: &'static str = "FIX.4.1"
pub const FIX40: &'static str = "FIX.4.0"
Auto Trait Implementations§
impl Freeze for BeginString
impl RefUnwindSafe for BeginString
impl Send for BeginString
impl Sync for BeginString
impl Unpin for BeginString
impl UnsafeUnpin for BeginString
impl UnwindSafe for BeginString
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