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
pub const CanceledByUser: Self
pub const NetworkError: Self
pub const Error: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more