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