pub enum ReplicationResyncState {
NotStarted,
Pending,
Ongoing,
Completed,
Failed,
Canceled,
Unknown,
}Expand description
Server state for a bucket replication resync target.
Variants§
Implementations§
Source§impl ReplicationResyncState
impl ReplicationResyncState
pub fn from_server(value: &str) -> Self
Trait Implementations§
Source§impl Clone for ReplicationResyncState
impl Clone for ReplicationResyncState
Source§fn clone(&self) -> ReplicationResyncState
fn clone(&self) -> ReplicationResyncState
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 Debug for ReplicationResyncState
impl Debug for ReplicationResyncState
Source§impl<'de> Deserialize<'de> for ReplicationResyncState
impl<'de> Deserialize<'de> for ReplicationResyncState
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 ReplicationResyncState
Source§impl PartialEq for ReplicationResyncState
impl PartialEq for ReplicationResyncState
Source§impl Serialize for ReplicationResyncState
impl Serialize for ReplicationResyncState
impl StructuralPartialEq for ReplicationResyncState
Auto Trait Implementations§
impl Freeze for ReplicationResyncState
impl RefUnwindSafe for ReplicationResyncState
impl Send for ReplicationResyncState
impl Sync for ReplicationResyncState
impl Unpin for ReplicationResyncState
impl UnsafeUnpin for ReplicationResyncState
impl UnwindSafe for ReplicationResyncState
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