pub struct InvalidComBinlogDumpHeader;Trait Implementations§
Source§impl Clone for InvalidComBinlogDumpHeader
impl Clone for InvalidComBinlogDumpHeader
Source§fn clone(&self) -> InvalidComBinlogDumpHeader
fn clone(&self) -> InvalidComBinlogDumpHeader
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 Debug for InvalidComBinlogDumpHeader
impl Debug for InvalidComBinlogDumpHeader
Source§impl Default for InvalidComBinlogDumpHeader
impl Default for InvalidComBinlogDumpHeader
Source§fn default() -> InvalidComBinlogDumpHeader
fn default() -> InvalidComBinlogDumpHeader
Returns the “default value” for a type. Read more
Source§impl Display for InvalidComBinlogDumpHeader
impl Display for InvalidComBinlogDumpHeader
Source§impl Error for InvalidComBinlogDumpHeader
impl Error for InvalidComBinlogDumpHeader
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 Hash for InvalidComBinlogDumpHeader
impl Hash for InvalidComBinlogDumpHeader
impl Copy for InvalidComBinlogDumpHeader
impl Eq for InvalidComBinlogDumpHeader
impl StructuralPartialEq for InvalidComBinlogDumpHeader
Auto Trait Implementations§
impl Freeze for InvalidComBinlogDumpHeader
impl RefUnwindSafe for InvalidComBinlogDumpHeader
impl Send for InvalidComBinlogDumpHeader
impl Sync for InvalidComBinlogDumpHeader
impl Unpin for InvalidComBinlogDumpHeader
impl UnwindSafe for InvalidComBinlogDumpHeader
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