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