Struct AppServiceResponseStatus
#[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
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