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