pub enum RpcAuthenticationError {
MissingChallengePrefix,
UnsupportedDigest,
UnexpectedControlMessage,
InvalidKey,
}Variants§
Trait Implementations§
Source§impl Clone for RpcAuthenticationError
impl Clone for RpcAuthenticationError
Source§fn clone(&self) -> RpcAuthenticationError
fn clone(&self) -> RpcAuthenticationError
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 RpcAuthenticationError
Source§impl Debug for RpcAuthenticationError
impl Debug for RpcAuthenticationError
impl Eq for RpcAuthenticationError
Source§impl PartialEq for RpcAuthenticationError
impl PartialEq for RpcAuthenticationError
impl StructuralPartialEq for RpcAuthenticationError
Auto Trait Implementations§
impl Freeze for RpcAuthenticationError
impl RefUnwindSafe for RpcAuthenticationError
impl Send for RpcAuthenticationError
impl Sync for RpcAuthenticationError
impl Unpin for RpcAuthenticationError
impl UnsafeUnpin for RpcAuthenticationError
impl UnwindSafe for RpcAuthenticationError
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