#[repr(C)]pub struct AmountNotAvailableCount(/* private fields */);
Expand description
Represents the amount not available count.
Implementations§
Source§impl AmountNotAvailableCount
impl AmountNotAvailableCount
Sourcepub const fn create(val: u32) -> Self
pub const fn create(val: u32) -> Self
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<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 AmountNotAvailableCount
impl Display for AmountNotAvailableCount
Source§impl From<&AmountNotAvailableCount> for XfsMember
impl From<&AmountNotAvailableCount> for XfsMember
Source§fn from(val: &AmountNotAvailableCount) -> Self
fn from(val: &AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<&AmountNotAvailableCount> for XfsValue
impl From<&AmountNotAvailableCount> for XfsValue
Source§fn from(val: &AmountNotAvailableCount) -> Self
fn from(val: &AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<&AmountNotAvailableCount> for i32
impl From<&AmountNotAvailableCount> for i32
Source§fn from(val: &AmountNotAvailableCount) -> Self
fn from(val: &AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<&AmountNotAvailableCount> for u32
impl From<&AmountNotAvailableCount> for u32
Source§fn from(val: &AmountNotAvailableCount) -> Self
fn from(val: &AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for AmountNotAvailableCount
impl From<&i32> for AmountNotAvailableCount
Source§impl From<&u32> for AmountNotAvailableCount
impl From<&u32> for AmountNotAvailableCount
Source§impl From<AmountNotAvailableCount> for XfsMember
impl From<AmountNotAvailableCount> for XfsMember
Source§fn from(val: AmountNotAvailableCount) -> Self
fn from(val: AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<AmountNotAvailableCount> for XfsValue
impl From<AmountNotAvailableCount> for XfsValue
Source§fn from(val: AmountNotAvailableCount) -> Self
fn from(val: AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<AmountNotAvailableCount> for i32
impl From<AmountNotAvailableCount> for i32
Source§fn from(val: AmountNotAvailableCount) -> Self
fn from(val: AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<AmountNotAvailableCount> for u32
impl From<AmountNotAvailableCount> for u32
Source§fn from(val: AmountNotAvailableCount) -> Self
fn from(val: AmountNotAvailableCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for AmountNotAvailableCount
impl From<i32> for AmountNotAvailableCount
Source§impl From<u32> for AmountNotAvailableCount
impl From<u32> for AmountNotAvailableCount
Source§impl PartialEq for AmountNotAvailableCount
impl PartialEq for AmountNotAvailableCount
Source§impl Serialize for AmountNotAvailableCount
impl Serialize for AmountNotAvailableCount
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