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