#[repr(transparent)]pub struct AppServiceResponseStatus(pub i32);
Expand description
Required features: "ApplicationModel_AppService"
Tuple Fields
0: i32
Implementations
impl AppServiceResponseStatus
impl AppServiceResponseStatus
pub const Success: Self = Self(0i32)
pub const Failure: Self = Self(1i32)
pub const ResourceLimitsExceeded: Self = Self(2i32)
pub const Unknown: Self = Self(3i32)
pub const MessageSizeTooLarge: Self = Self(5i32)
pub const AuthenticationError: Self = Self(7i32)
pub const NetworkNotAvailable: Self = Self(8i32)
pub const DisabledByPolicy: Self = Self(9i32)
Trait Implementations
impl Clone for AppServiceResponseStatus
impl Clone for AppServiceResponseStatus
impl Copy for AppServiceResponseStatus
Auto Trait Implementations
impl RefUnwindSafe for AppServiceResponseStatus
impl Send for AppServiceResponseStatus
impl Sync for AppServiceResponseStatus
impl Unpin for AppServiceResponseStatus
impl UnwindSafe for AppServiceResponseStatus
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