Struct quickfix_ffi::FixSessionID_t
source · pub struct FixSessionID_t(/* private fields */);
Trait Implementations§
source§impl Clone for FixSessionID_t
impl Clone for FixSessionID_t
source§fn clone(&self) -> FixSessionID_t
fn clone(&self) -> FixSessionID_t
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 moresource§impl Debug for FixSessionID_t
impl Debug for FixSessionID_t
source§impl PartialEq for FixSessionID_t
impl PartialEq for FixSessionID_t
source§fn eq(&self, other: &FixSessionID_t) -> bool
fn eq(&self, other: &FixSessionID_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FixSessionID_t
impl Eq for FixSessionID_t
impl StructuralPartialEq for FixSessionID_t
Auto Trait Implementations§
impl RefUnwindSafe for FixSessionID_t
impl !Send for FixSessionID_t
impl !Sync for FixSessionID_t
impl Unpin for FixSessionID_t
impl UnwindSafe for FixSessionID_t
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