pub struct InvalidComBinlogDumpGtidHeader;Trait Implementations§
Source§impl Clone for InvalidComBinlogDumpGtidHeader
impl Clone for InvalidComBinlogDumpGtidHeader
Source§fn clone(&self) -> InvalidComBinlogDumpGtidHeader
fn clone(&self) -> InvalidComBinlogDumpGtidHeader
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 InvalidComBinlogDumpGtidHeader
impl Default for InvalidComBinlogDumpGtidHeader
Source§fn default() -> InvalidComBinlogDumpGtidHeader
fn default() -> InvalidComBinlogDumpGtidHeader
Returns the “default value” for a type. Read more
Source§impl Error for InvalidComBinlogDumpGtidHeader
impl Error for InvalidComBinlogDumpGtidHeader
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 InvalidComBinlogDumpGtidHeader
impl PartialEq for InvalidComBinlogDumpGtidHeader
Source§fn eq(&self, other: &InvalidComBinlogDumpGtidHeader) -> bool
fn eq(&self, other: &InvalidComBinlogDumpGtidHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InvalidComBinlogDumpGtidHeader
impl Eq for InvalidComBinlogDumpGtidHeader
impl StructuralPartialEq for InvalidComBinlogDumpGtidHeader
Auto Trait Implementations§
impl Freeze for InvalidComBinlogDumpGtidHeader
impl RefUnwindSafe for InvalidComBinlogDumpGtidHeader
impl Send for InvalidComBinlogDumpGtidHeader
impl Sync for InvalidComBinlogDumpGtidHeader
impl Unpin for InvalidComBinlogDumpGtidHeader
impl UnwindSafe for InvalidComBinlogDumpGtidHeader
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