Struct MQConnectionState
#[repr(transparent)]pub struct MQConnectionState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MQConnectionState
impl Clone for MQConnectionState
§fn clone(&self) -> MQConnectionState
fn clone(&self) -> MQConnectionState
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 more§impl Debug for MQConnectionState
impl Debug for MQConnectionState
§impl Default for MQConnectionState
impl Default for MQConnectionState
§fn default() -> MQConnectionState
fn default() -> MQConnectionState
Returns the “default value” for a type. Read more
§impl PartialEq for MQConnectionState
impl PartialEq for MQConnectionState
impl Copy for MQConnectionState
impl Eq for MQConnectionState
impl StructuralPartialEq for MQConnectionState
Auto Trait Implementations§
impl Freeze for MQConnectionState
impl RefUnwindSafe for MQConnectionState
impl Send for MQConnectionState
impl Sync for MQConnectionState
impl Unpin for MQConnectionState
impl UnwindSafe for MQConnectionState
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