pub struct CashTypeList { /* private fields */ }Expand description
CashType list used for LCU’s secondary cash_type.
Implementations§
Source§impl CashTypeList
impl CashTypeList
Sourcepub const fn new() -> CashTypeList
pub const fn new() -> CashTypeList
Creates a new CashTypeList.
Sourcepub const fn size_is_valid(&self) -> bool
pub const fn size_is_valid(&self) -> bool
Gets whether the size is within bounds.
Trait Implementations§
Source§impl Clone for CashTypeList
impl Clone for CashTypeList
Source§fn clone(&self) -> CashTypeList
fn clone(&self) -> CashTypeList
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 CashTypeList
impl Debug for CashTypeList
Source§impl Default for CashTypeList
impl Default for CashTypeList
Source§fn default() -> CashTypeList
fn default() -> CashTypeList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CashTypeList
impl<'de> Deserialize<'de> for CashTypeList
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CashTypeList, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CashTypeList, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CashTypeList
impl Display for CashTypeList
Source§impl From<&CashTypeList> for XfsArray
impl From<&CashTypeList> for XfsArray
Source§fn from(val: &CashTypeList) -> XfsArray
fn from(val: &CashTypeList) -> XfsArray
Converts to this type from the input type.
Source§impl From<&CashTypeList> for XfsMember
impl From<&CashTypeList> for XfsMember
Source§fn from(val: &CashTypeList) -> XfsMember
fn from(val: &CashTypeList) -> XfsMember
Converts to this type from the input type.
Source§impl From<&CashTypeList> for XfsValue
impl From<&CashTypeList> for XfsValue
Source§fn from(val: &CashTypeList) -> XfsValue
fn from(val: &CashTypeList) -> XfsValue
Converts to this type from the input type.
Source§impl From<CashTypeList> for XfsArray
impl From<CashTypeList> for XfsArray
Source§fn from(val: CashTypeList) -> XfsArray
fn from(val: CashTypeList) -> XfsArray
Converts to this type from the input type.
Source§impl From<CashTypeList> for XfsMember
impl From<CashTypeList> for XfsMember
Source§fn from(val: CashTypeList) -> XfsMember
fn from(val: CashTypeList) -> XfsMember
Converts to this type from the input type.
Source§impl From<CashTypeList> for XfsValue
impl From<CashTypeList> for XfsValue
Source§fn from(val: CashTypeList) -> XfsValue
fn from(val: CashTypeList) -> XfsValue
Converts to this type from the input type.
Source§impl PartialEq for CashTypeList
impl PartialEq for CashTypeList
Source§impl Serialize for CashTypeList
impl Serialize for CashTypeList
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<&XfsArray> for CashTypeList
impl TryFrom<&XfsArray> for CashTypeList
Source§impl TryFrom<&XfsMember> for CashTypeList
impl TryFrom<&XfsMember> for CashTypeList
Source§impl TryFrom<&XfsValue> for CashTypeList
impl TryFrom<&XfsValue> for CashTypeList
Source§impl TryFrom<XfsArray> for CashTypeList
impl TryFrom<XfsArray> for CashTypeList
Source§impl TryFrom<XfsMember> for CashTypeList
impl TryFrom<XfsMember> for CashTypeList
Source§impl TryFrom<XfsValue> for CashTypeList
impl TryFrom<XfsValue> for CashTypeList
impl Copy for CashTypeList
impl StructuralPartialEq for CashTypeList
Auto Trait Implementations§
impl Freeze for CashTypeList
impl RefUnwindSafe for CashTypeList
impl Send for CashTypeList
impl Sync for CashTypeList
impl Unpin for CashTypeList
impl UnwindSafe for CashTypeList
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