pub struct RemovedCount(/* private fields */);Expand description
Represents the removed count.
Implementations§
Source§impl RemovedCount
impl RemovedCount
Sourcepub const fn new() -> RemovedCount
pub const fn new() -> RemovedCount
Creates a new RemovedCount.
Sourcepub const fn create(val: u32) -> RemovedCount
pub const fn create(val: u32) -> RemovedCount
Creates a new RemovedCount from the provided parameter.
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<RemovedCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemovedCount, <__D as Deserializer<'de>>::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) -> XfsMember
fn from(val: &RemovedCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&RemovedCount> for XfsValue
impl From<&RemovedCount> for XfsValue
Source§fn from(val: &RemovedCount) -> XfsValue
fn from(val: &RemovedCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for RemovedCount
impl From<&i32> for RemovedCount
Source§fn from(val: &i32) -> RemovedCount
fn from(val: &i32) -> RemovedCount
Converts to this type from the input type.
Source§impl From<&u32> for RemovedCount
impl From<&u32> for RemovedCount
Source§fn from(val: &u32) -> RemovedCount
fn from(val: &u32) -> RemovedCount
Converts to this type from the input type.
Source§impl From<RemovedCount> for XfsMember
impl From<RemovedCount> for XfsMember
Source§fn from(val: RemovedCount) -> XfsMember
fn from(val: RemovedCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<RemovedCount> for XfsValue
impl From<RemovedCount> for XfsValue
Source§fn from(val: RemovedCount) -> XfsValue
fn from(val: RemovedCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for RemovedCount
impl From<i32> for RemovedCount
Source§fn from(val: i32) -> RemovedCount
fn from(val: i32) -> RemovedCount
Converts to this type from the input type.
Source§impl From<u32> for RemovedCount
impl From<u32> for RemovedCount
Source§fn from(val: u32) -> RemovedCount
fn from(val: u32) -> RemovedCount
Converts to this type from the input type.
Source§impl PartialEq for RemovedCount
impl PartialEq for RemovedCount
Source§impl Serialize for RemovedCount
impl Serialize for RemovedCount
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 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