pub struct InvalidEncryptionReply(pub u8);Expand description
A raw encryption decision byte other than S, N, or legacy E.
Tuple Fields§
§0: u8Invalid byte received from the server.
Trait Implementations§
Source§impl Clone for InvalidEncryptionReply
impl Clone for InvalidEncryptionReply
Source§fn clone(&self) -> InvalidEncryptionReply
fn clone(&self) -> InvalidEncryptionReply
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 InvalidEncryptionReply
Source§impl Debug for InvalidEncryptionReply
impl Debug for InvalidEncryptionReply
impl Eq for InvalidEncryptionReply
Source§impl PartialEq for InvalidEncryptionReply
impl PartialEq for InvalidEncryptionReply
impl StructuralPartialEq for InvalidEncryptionReply
Auto Trait Implementations§
impl Freeze for InvalidEncryptionReply
impl RefUnwindSafe for InvalidEncryptionReply
impl Send for InvalidEncryptionReply
impl Sync for InvalidEncryptionReply
impl Unpin for InvalidEncryptionReply
impl UnsafeUnpin for InvalidEncryptionReply
impl UnwindSafe for InvalidEncryptionReply
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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