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