pub struct BinaryLogPosition { /* private fields */ }Expand description
Use Binary log position based replication.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for BinaryLogPosition
impl Clone for BinaryLogPosition
Source§fn clone(&self) -> BinaryLogPosition
fn clone(&self) -> BinaryLogPosition
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 BinaryLogPosition
impl Debug for BinaryLogPosition
Source§impl Default for BinaryLogPosition
impl Default for BinaryLogPosition
Source§fn default() -> BinaryLogPosition
fn default() -> BinaryLogPosition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BinaryLogPosition
impl<'de> Deserialize<'de> for BinaryLogPosition
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 Serialize for BinaryLogPosition
impl Serialize for BinaryLogPosition
impl Part for BinaryLogPosition
Auto Trait Implementations§
impl Freeze for BinaryLogPosition
impl RefUnwindSafe for BinaryLogPosition
impl Send for BinaryLogPosition
impl Sync for BinaryLogPosition
impl Unpin for BinaryLogPosition
impl UnwindSafe for BinaryLogPosition
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