pub struct ReplicationCheckPhases {
pub bucket: ReplicationCheckPhase,
pub versioning: ReplicationCheckPhase,
pub object_lock: ReplicationCheckPhase,
pub put: ReplicationCheckPhase,
pub delete_marker: ReplicationCheckPhase,
pub version_delete: ReplicationCheckPhase,
pub cleanup: ReplicationCheckPhase,
}Expand description
All phases reported for one configured replication target.
Fields§
§bucket: ReplicationCheckPhase§versioning: ReplicationCheckPhase§object_lock: ReplicationCheckPhase§put: ReplicationCheckPhase§delete_marker: ReplicationCheckPhase§version_delete: ReplicationCheckPhase§cleanup: ReplicationCheckPhaseTrait Implementations§
Source§impl Clone for ReplicationCheckPhases
impl Clone for ReplicationCheckPhases
Source§fn clone(&self) -> ReplicationCheckPhases
fn clone(&self) -> ReplicationCheckPhases
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 ReplicationCheckPhases
impl Debug for ReplicationCheckPhases
Source§impl<'de> Deserialize<'de> for ReplicationCheckPhases
impl<'de> Deserialize<'de> for ReplicationCheckPhases
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 ReplicationCheckPhases
Source§impl PartialEq for ReplicationCheckPhases
impl PartialEq for ReplicationCheckPhases
Source§impl Serialize for ReplicationCheckPhases
impl Serialize for ReplicationCheckPhases
impl StructuralPartialEq for ReplicationCheckPhases
Auto Trait Implementations§
impl Freeze for ReplicationCheckPhases
impl RefUnwindSafe for ReplicationCheckPhases
impl Send for ReplicationCheckPhases
impl Sync for ReplicationCheckPhases
impl Unpin for ReplicationCheckPhases
impl UnsafeUnpin for ReplicationCheckPhases
impl UnwindSafe for ReplicationCheckPhases
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