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