pub struct InvalidComStmtSendLongDataHeader;Trait Implementations§
Source§impl Clone for InvalidComStmtSendLongDataHeader
impl Clone for InvalidComStmtSendLongDataHeader
Source§fn clone(&self) -> InvalidComStmtSendLongDataHeader
fn clone(&self) -> InvalidComStmtSendLongDataHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InvalidComStmtSendLongDataHeader
impl Default for InvalidComStmtSendLongDataHeader
Source§fn default() -> InvalidComStmtSendLongDataHeader
fn default() -> InvalidComStmtSendLongDataHeader
Returns the “default value” for a type. Read more
Source§impl Error for InvalidComStmtSendLongDataHeader
impl Error for InvalidComStmtSendLongDataHeader
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for InvalidComStmtSendLongDataHeader
impl PartialEq for InvalidComStmtSendLongDataHeader
Source§fn eq(&self, other: &InvalidComStmtSendLongDataHeader) -> bool
fn eq(&self, other: &InvalidComStmtSendLongDataHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InvalidComStmtSendLongDataHeader
impl Eq for InvalidComStmtSendLongDataHeader
impl StructuralPartialEq for InvalidComStmtSendLongDataHeader
Auto Trait Implementations§
impl Freeze for InvalidComStmtSendLongDataHeader
impl RefUnwindSafe for InvalidComStmtSendLongDataHeader
impl Send for InvalidComStmtSendLongDataHeader
impl Sync for InvalidComStmtSendLongDataHeader
impl Unpin for InvalidComStmtSendLongDataHeader
impl UnwindSafe for InvalidComStmtSendLongDataHeader
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