Struct StoreConsumableStatus
#[repr(transparent)]pub struct StoreConsumableStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl StoreConsumableStatus
impl StoreConsumableStatus
pub const Succeeded: Self = _
pub const InsufficentQuantity: Self = _
pub const NetworkError: Self = _
pub const ServerError: Self = _
Trait Implementations§
§impl Clone for StoreConsumableStatus
impl Clone for StoreConsumableStatus
§fn clone(&self) -> StoreConsumableStatus
fn clone(&self) -> StoreConsumableStatus
Returns a copy 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 more§impl Debug for StoreConsumableStatus
impl Debug for StoreConsumableStatus
§impl Default for StoreConsumableStatus
impl Default for StoreConsumableStatus
§fn default() -> StoreConsumableStatus
fn default() -> StoreConsumableStatus
Returns the “default value” for a type. Read more
§impl PartialEq for StoreConsumableStatus
impl PartialEq for StoreConsumableStatus
impl Copy for StoreConsumableStatus
impl Eq for StoreConsumableStatus
impl StructuralPartialEq for StoreConsumableStatus
Auto Trait Implementations§
impl Freeze for StoreConsumableStatus
impl RefUnwindSafe for StoreConsumableStatus
impl Send for StoreConsumableStatus
impl Sync for StoreConsumableStatus
impl Unpin for StoreConsumableStatus
impl UnwindSafe for StoreConsumableStatus
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