Struct windows_sys::Services::Store::StoreRateAndReviewStatus
[−]#[repr(transparent)]pub struct StoreRateAndReviewStatus(pub i32);
Expand description
Required features: "Services_Store"
Tuple Fields
0: i32
Implementations
impl StoreRateAndReviewStatus
impl StoreRateAndReviewStatus
pub const Succeeded: Self = Self(0i32)
pub const CanceledByUser: Self = Self(1i32)
pub const NetworkError: Self = Self(2i32)
pub const Error: Self = Self(3i32)
Trait Implementations
impl Clone for StoreRateAndReviewStatus
impl Clone for StoreRateAndReviewStatus
impl Copy for StoreRateAndReviewStatus
Auto Trait Implementations
impl RefUnwindSafe for StoreRateAndReviewStatus
impl Send for StoreRateAndReviewStatus
impl Sync for StoreRateAndReviewStatus
impl Unpin for StoreRateAndReviewStatus
impl UnwindSafe for StoreRateAndReviewStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more