pub struct Gtids<'a>(/* private fields */);Expand description
This tracker type indicates that GTIDs are available and contains the GTID string.
The GTID string is in the standard format for specifying a set of GTID values.
Implementations§
Trait Implementations§
Source§impl<'de> MyDeserialize<'de> for Gtids<'de>
impl<'de> MyDeserialize<'de> for Gtids<'de>
Source§impl MySerialize for Gtids<'_>
impl MySerialize for Gtids<'_>
impl<'a> Eq for Gtids<'a>
impl<'a> StructuralPartialEq for Gtids<'a>
Auto Trait Implementations§
impl<'a> Freeze for Gtids<'a>
impl<'a> RefUnwindSafe for Gtids<'a>
impl<'a> Send for Gtids<'a>
impl<'a> Sync for Gtids<'a>
impl<'a> Unpin for Gtids<'a>
impl<'a> UnwindSafe for Gtids<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.