pub enum LocalReviewCode {
InvalidArgument,
NotFound,
FailedPrecondition,
Aborted,
Internal,
}Variants§
Trait Implementations§
Source§impl Clone for LocalReviewCode
impl Clone for LocalReviewCode
Source§fn clone(&self) -> LocalReviewCode
fn clone(&self) -> LocalReviewCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocalReviewCode
Source§impl Debug for LocalReviewCode
impl Debug for LocalReviewCode
impl Eq for LocalReviewCode
Source§impl PartialEq for LocalReviewCode
impl PartialEq for LocalReviewCode
impl StructuralPartialEq for LocalReviewCode
Auto Trait Implementations§
impl Freeze for LocalReviewCode
impl RefUnwindSafe for LocalReviewCode
impl Send for LocalReviewCode
impl Sync for LocalReviewCode
impl Unpin for LocalReviewCode
impl UnsafeUnpin for LocalReviewCode
impl UnwindSafe for LocalReviewCode
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