pub enum SiteReplicationResyncOperation {
Start,
Status,
Cancel,
}Expand description
Operation accepted by site-replication/resync/op.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SiteReplicationResyncOperation
impl Clone for SiteReplicationResyncOperation
Source§fn clone(&self) -> SiteReplicationResyncOperation
fn clone(&self) -> SiteReplicationResyncOperation
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 moreimpl Copy for SiteReplicationResyncOperation
Source§impl<'de> Deserialize<'de> for SiteReplicationResyncOperation
impl<'de> Deserialize<'de> for SiteReplicationResyncOperation
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 Eq for SiteReplicationResyncOperation
impl StructuralPartialEq for SiteReplicationResyncOperation
Auto Trait Implementations§
impl Freeze for SiteReplicationResyncOperation
impl RefUnwindSafe for SiteReplicationResyncOperation
impl Send for SiteReplicationResyncOperation
impl Sync for SiteReplicationResyncOperation
impl Unpin for SiteReplicationResyncOperation
impl UnsafeUnpin for SiteReplicationResyncOperation
impl UnwindSafe for SiteReplicationResyncOperation
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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