pub enum GrpcStatus {
Ok,
Cancelled,
Unknown,
InvalidArgument,
DeadlineExceeded,
NotFound,
AlreadyExists,
PermissionDenied,
ResourceExhausted,
Unimplemented,
Internal,
Unavailable,
}Expand description
gRPC status codes.
Variants§
Ok
Success.
Cancelled
The operation was cancelled.
Unknown
Unknown error.
InvalidArgument
Invalid argument.
DeadlineExceeded
Deadline exceeded.
NotFound
Resource not found.
AlreadyExists
Resource already exists.
PermissionDenied
Permission denied.
ResourceExhausted
Resource exhausted.
Unimplemented
Unimplemented operation.
Internal
Internal error.
Service unavailable.
Implementations§
Trait Implementations§
Source§impl Clone for GrpcStatus
impl Clone for GrpcStatus
Source§fn clone(&self) -> GrpcStatus
fn clone(&self) -> GrpcStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrpcStatus
impl Debug for GrpcStatus
Source§impl PartialEq for GrpcStatus
impl PartialEq for GrpcStatus
impl Copy for GrpcStatus
impl Eq for GrpcStatus
impl StructuralPartialEq for GrpcStatus
Auto Trait Implementations§
impl Freeze for GrpcStatus
impl RefUnwindSafe for GrpcStatus
impl Send for GrpcStatus
impl Sync for GrpcStatus
impl Unpin for GrpcStatus
impl UnwindSafe for GrpcStatus
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)