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