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