pub enum ReplicationSourceRsyncCopyMethod {
Direct,
None,
Clone,
Snapshot,
}Expand description
rsync defines the configuration when using Rsync-based replication.
Variants§
Trait Implementations§
Source§impl Clone for ReplicationSourceRsyncCopyMethod
impl Clone for ReplicationSourceRsyncCopyMethod
Source§fn clone(&self) -> ReplicationSourceRsyncCopyMethod
fn clone(&self) -> ReplicationSourceRsyncCopyMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ReplicationSourceRsyncCopyMethod
impl<'de> Deserialize<'de> for ReplicationSourceRsyncCopyMethod
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
impl StructuralPartialEq for ReplicationSourceRsyncCopyMethod
Auto Trait Implementations§
impl Freeze for ReplicationSourceRsyncCopyMethod
impl RefUnwindSafe for ReplicationSourceRsyncCopyMethod
impl Send for ReplicationSourceRsyncCopyMethod
impl Sync for ReplicationSourceRsyncCopyMethod
impl Unpin for ReplicationSourceRsyncCopyMethod
impl UnsafeUnpin for ReplicationSourceRsyncCopyMethod
impl UnwindSafe for ReplicationSourceRsyncCopyMethod
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