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