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