pub enum RejectStat {
RpcMismatch,
AuthError,
}Variants§
Trait Implementations§
Source§impl Clone for RejectStat
impl Clone for RejectStat
Source§fn clone(&self) -> RejectStat
fn clone(&self) -> RejectStat
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 RejectStat
Source§impl Debug for RejectStat
impl Debug for RejectStat
impl Eq for RejectStat
Source§impl PartialEq for RejectStat
impl PartialEq for RejectStat
Source§fn eq(&self, other: &RejectStat) -> bool
fn eq(&self, other: &RejectStat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RejectStat
Auto Trait Implementations§
impl Freeze for RejectStat
impl RefUnwindSafe for RejectStat
impl Send for RejectStat
impl Sync for RejectStat
impl Unpin for RejectStat
impl UnsafeUnpin for RejectStat
impl UnwindSafe for RejectStat
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