#[non_exhaustive]pub struct Gtid { /* private fields */ }Expand description
Use GTID based replication.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gtid
impl<'de> Deserialize<'de> for Gtid
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for Gtid
impl Message for Gtid
impl StructuralPartialEq for Gtid
Auto Trait Implementations§
impl Freeze for Gtid
impl RefUnwindSafe for Gtid
impl Send for Gtid
impl Sync for Gtid
impl Unpin for Gtid
impl UnwindSafe for Gtid
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