#[repr(C)]pub struct TransportErrorCount(/* private fields */);
Expand description
Represents the transport error count.
Implementations§
Source§impl TransportErrorCount
impl TransportErrorCount
Trait Implementations§
Source§impl Clone for TransportErrorCount
impl Clone for TransportErrorCount
Source§fn clone(&self) -> TransportErrorCount
fn clone(&self) -> TransportErrorCount
Returns a duplicate 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 TransportErrorCount
impl Debug for TransportErrorCount
Source§impl Default for TransportErrorCount
impl Default for TransportErrorCount
Source§fn default() -> TransportErrorCount
fn default() -> TransportErrorCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransportErrorCount
impl<'de> Deserialize<'de> for TransportErrorCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TransportErrorCount
impl Display for TransportErrorCount
Source§impl From<&TransportErrorCount> for XfsMember
impl From<&TransportErrorCount> for XfsMember
Source§fn from(val: &TransportErrorCount) -> Self
fn from(val: &TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<&TransportErrorCount> for XfsValue
impl From<&TransportErrorCount> for XfsValue
Source§fn from(val: &TransportErrorCount) -> Self
fn from(val: &TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<&TransportErrorCount> for i32
impl From<&TransportErrorCount> for i32
Source§fn from(val: &TransportErrorCount) -> Self
fn from(val: &TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<&TransportErrorCount> for u32
impl From<&TransportErrorCount> for u32
Source§fn from(val: &TransportErrorCount) -> Self
fn from(val: &TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for TransportErrorCount
impl From<&i32> for TransportErrorCount
Source§impl From<&u32> for TransportErrorCount
impl From<&u32> for TransportErrorCount
Source§impl From<TransportErrorCount> for XfsMember
impl From<TransportErrorCount> for XfsMember
Source§fn from(val: TransportErrorCount) -> Self
fn from(val: TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<TransportErrorCount> for XfsValue
impl From<TransportErrorCount> for XfsValue
Source§fn from(val: TransportErrorCount) -> Self
fn from(val: TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<TransportErrorCount> for i32
impl From<TransportErrorCount> for i32
Source§fn from(val: TransportErrorCount) -> Self
fn from(val: TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<TransportErrorCount> for u32
impl From<TransportErrorCount> for u32
Source§fn from(val: TransportErrorCount) -> Self
fn from(val: TransportErrorCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for TransportErrorCount
impl From<i32> for TransportErrorCount
Source§impl From<u32> for TransportErrorCount
impl From<u32> for TransportErrorCount
Source§impl PartialEq for TransportErrorCount
impl PartialEq for TransportErrorCount
Source§impl Serialize for TransportErrorCount
impl Serialize for TransportErrorCount
Source§impl TryFrom<&XfsMember> for TransportErrorCount
impl TryFrom<&XfsMember> for TransportErrorCount
Source§impl TryFrom<&XfsValue> for TransportErrorCount
impl TryFrom<&XfsValue> for TransportErrorCount
Source§impl TryFrom<XfsMember> for TransportErrorCount
impl TryFrom<XfsMember> for TransportErrorCount
Source§impl TryFrom<XfsValue> for TransportErrorCount
impl TryFrom<XfsValue> for TransportErrorCount
impl Copy for TransportErrorCount
impl Eq for TransportErrorCount
impl StructuralPartialEq for TransportErrorCount
Auto Trait Implementations§
impl Freeze for TransportErrorCount
impl RefUnwindSafe for TransportErrorCount
impl Send for TransportErrorCount
impl Sync for TransportErrorCount
impl Unpin for TransportErrorCount
impl UnwindSafe for TransportErrorCount
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