pub struct EnvironmentErrorCount(/* private fields */);Expand description
Represents the environment error count.
Implementations§
Source§impl EnvironmentErrorCount
impl EnvironmentErrorCount
Sourcepub const fn new() -> EnvironmentErrorCount
pub const fn new() -> EnvironmentErrorCount
Creates a new EnvironmentErrorCount.
Sourcepub const fn create(val: u32) -> EnvironmentErrorCount
pub const fn create(val: u32) -> EnvironmentErrorCount
Creates a new EnvironmentErrorCount from the provided parameter.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of 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<EnvironmentErrorCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EnvironmentErrorCount, <__D as Deserializer<'de>>::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) -> XfsMember
fn from(val: &EnvironmentErrorCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&EnvironmentErrorCount> for XfsValue
impl From<&EnvironmentErrorCount> for XfsValue
Source§fn from(val: &EnvironmentErrorCount) -> XfsValue
fn from(val: &EnvironmentErrorCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for EnvironmentErrorCount
impl From<&i32> for EnvironmentErrorCount
Source§fn from(val: &i32) -> EnvironmentErrorCount
fn from(val: &i32) -> EnvironmentErrorCount
Converts to this type from the input type.
Source§impl From<&u32> for EnvironmentErrorCount
impl From<&u32> for EnvironmentErrorCount
Source§fn from(val: &u32) -> EnvironmentErrorCount
fn from(val: &u32) -> EnvironmentErrorCount
Converts to this type from the input type.
Source§impl From<EnvironmentErrorCount> for XfsMember
impl From<EnvironmentErrorCount> for XfsMember
Source§fn from(val: EnvironmentErrorCount) -> XfsMember
fn from(val: EnvironmentErrorCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<EnvironmentErrorCount> for XfsValue
impl From<EnvironmentErrorCount> for XfsValue
Source§fn from(val: EnvironmentErrorCount) -> XfsValue
fn from(val: EnvironmentErrorCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for EnvironmentErrorCount
impl From<i32> for EnvironmentErrorCount
Source§fn from(val: i32) -> EnvironmentErrorCount
fn from(val: i32) -> EnvironmentErrorCount
Converts to this type from the input type.
Source§impl From<u32> for EnvironmentErrorCount
impl From<u32> for EnvironmentErrorCount
Source§fn from(val: u32) -> EnvironmentErrorCount
fn from(val: u32) -> EnvironmentErrorCount
Converts to this type from the input type.
Source§impl PartialEq for EnvironmentErrorCount
impl PartialEq for EnvironmentErrorCount
Source§impl Serialize for EnvironmentErrorCount
impl Serialize for EnvironmentErrorCount
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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