pub struct ReplicationOption {
pub key: String,
pub value: String,
}Expand description
Plugin options used in START_REPLICATION ... LOGICAL ... (k 'v', ...).
Fields§
§key: StringOption key (strict identifier).
value: StringOption value (quoted SQL string in command text).
Trait Implementations§
Source§impl Clone for ReplicationOption
impl Clone for ReplicationOption
Source§fn clone(&self) -> ReplicationOption
fn clone(&self) -> ReplicationOption
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 ReplicationOption
impl Debug for ReplicationOption
Source§impl PartialEq for ReplicationOption
impl PartialEq for ReplicationOption
impl Eq for ReplicationOption
impl StructuralPartialEq for ReplicationOption
Auto Trait Implementations§
impl Freeze for ReplicationOption
impl RefUnwindSafe for ReplicationOption
impl Send for ReplicationOption
impl Sync for ReplicationOption
impl Unpin for ReplicationOption
impl UnsafeUnpin for ReplicationOption
impl UnwindSafe for ReplicationOption
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