#[repr(transparent)]pub struct AppServiceResponseStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AppServiceResponseStatus
impl AppServiceResponseStatus
pub const Success: Self = _
pub const Failure: Self = _
pub const ResourceLimitsExceeded: Self = _
pub const Unknown: Self = _
pub const MessageSizeTooLarge: Self = _
pub const AuthenticationError: Self = _
pub const NetworkNotAvailable: Self = _
pub const DisabledByPolicy: Self = _
Trait Implementations§
§impl Clone for AppServiceResponseStatus
impl Clone for AppServiceResponseStatus
§fn clone(&self) -> AppServiceResponseStatus
fn clone(&self) -> AppServiceResponseStatus
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 AppServiceResponseStatus
impl Debug for AppServiceResponseStatus
§impl Default for AppServiceResponseStatus
impl Default for AppServiceResponseStatus
§fn default() -> AppServiceResponseStatus
fn default() -> AppServiceResponseStatus
Returns the “default value” for a type. Read more
§impl PartialEq for AppServiceResponseStatus
impl PartialEq for AppServiceResponseStatus
§fn eq(&self, other: &AppServiceResponseStatus) -> bool
fn eq(&self, other: &AppServiceResponseStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AppServiceResponseStatus
impl Eq for AppServiceResponseStatus
impl StructuralPartialEq for AppServiceResponseStatus
Auto Trait Implementations§
impl Freeze for AppServiceResponseStatus
impl RefUnwindSafe for AppServiceResponseStatus
impl Send for AppServiceResponseStatus
impl Sync for AppServiceResponseStatus
impl Unpin for AppServiceResponseStatus
impl UnwindSafe for AppServiceResponseStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)