pub struct DisappearedCount(/* private fields */);Expand description
Represents the disappeared count.
Implementations§
Source§impl DisappearedCount
impl DisappearedCount
Sourcepub const fn new() -> DisappearedCount
pub const fn new() -> DisappearedCount
Creates a new DisappearedCount.
Sourcepub const fn create(val: u32) -> DisappearedCount
pub const fn create(val: u32) -> DisappearedCount
Creates a new DisappearedCount from the provided parameter.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of DisappearedCount.
Trait Implementations§
Source§impl Clone for DisappearedCount
impl Clone for DisappearedCount
Source§fn clone(&self) -> DisappearedCount
fn clone(&self) -> DisappearedCount
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 DisappearedCount
impl Debug for DisappearedCount
Source§impl Default for DisappearedCount
impl Default for DisappearedCount
Source§fn default() -> DisappearedCount
fn default() -> DisappearedCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisappearedCount
impl<'de> Deserialize<'de> for DisappearedCount
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DisappearedCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DisappearedCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DisappearedCount
impl Display for DisappearedCount
Source§impl From<&DisappearedCount> for XfsMember
impl From<&DisappearedCount> for XfsMember
Source§fn from(val: &DisappearedCount) -> XfsMember
fn from(val: &DisappearedCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&DisappearedCount> for XfsValue
impl From<&DisappearedCount> for XfsValue
Source§fn from(val: &DisappearedCount) -> XfsValue
fn from(val: &DisappearedCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for DisappearedCount
impl From<&i32> for DisappearedCount
Source§fn from(val: &i32) -> DisappearedCount
fn from(val: &i32) -> DisappearedCount
Converts to this type from the input type.
Source§impl From<&u32> for DisappearedCount
impl From<&u32> for DisappearedCount
Source§fn from(val: &u32) -> DisappearedCount
fn from(val: &u32) -> DisappearedCount
Converts to this type from the input type.
Source§impl From<DisappearedCount> for XfsMember
impl From<DisappearedCount> for XfsMember
Source§fn from(val: DisappearedCount) -> XfsMember
fn from(val: DisappearedCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<DisappearedCount> for XfsValue
impl From<DisappearedCount> for XfsValue
Source§fn from(val: DisappearedCount) -> XfsValue
fn from(val: DisappearedCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for DisappearedCount
impl From<i32> for DisappearedCount
Source§fn from(val: i32) -> DisappearedCount
fn from(val: i32) -> DisappearedCount
Converts to this type from the input type.
Source§impl From<u32> for DisappearedCount
impl From<u32> for DisappearedCount
Source§fn from(val: u32) -> DisappearedCount
fn from(val: u32) -> DisappearedCount
Converts to this type from the input type.
Source§impl PartialEq for DisappearedCount
impl PartialEq for DisappearedCount
Source§impl Serialize for DisappearedCount
impl Serialize for DisappearedCount
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 DisappearedCount
impl TryFrom<&XfsMember> for DisappearedCount
Source§impl TryFrom<&XfsValue> for DisappearedCount
impl TryFrom<&XfsValue> for DisappearedCount
Source§impl TryFrom<XfsMember> for DisappearedCount
impl TryFrom<XfsMember> for DisappearedCount
Source§impl TryFrom<XfsValue> for DisappearedCount
impl TryFrom<XfsValue> for DisappearedCount
impl Copy for DisappearedCount
impl Eq for DisappearedCount
impl StructuralPartialEq for DisappearedCount
Auto Trait Implementations§
impl Freeze for DisappearedCount
impl RefUnwindSafe for DisappearedCount
impl Send for DisappearedCount
impl Sync for DisappearedCount
impl Unpin for DisappearedCount
impl UnwindSafe for DisappearedCount
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