pub struct SiteReplicationResyncBucketStatus {
pub bucket: String,
pub status: String,
pub error_detail: String,
pub extensions: BTreeMap<String, Value>,
}Expand description
Per-bucket result returned by a site replication resync operation.
Fields§
§bucket: String§status: String§error_detail: String§extensions: BTreeMap<String, Value>Implementations§
Source§impl SiteReplicationResyncBucketStatus
impl SiteReplicationResyncBucketStatus
Sourcepub fn has_failure(&self) -> bool
pub fn has_failure(&self) -> bool
Detect a failed bucket even when the server’s status summary is stale.
Trait Implementations§
Source§impl Clone for SiteReplicationResyncBucketStatus
impl Clone for SiteReplicationResyncBucketStatus
Source§fn clone(&self) -> SiteReplicationResyncBucketStatus
fn clone(&self) -> SiteReplicationResyncBucketStatus
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 Default for SiteReplicationResyncBucketStatus
impl Default for SiteReplicationResyncBucketStatus
Source§fn default() -> SiteReplicationResyncBucketStatus
fn default() -> SiteReplicationResyncBucketStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SiteReplicationResyncBucketStatus
impl<'de> Deserialize<'de> for SiteReplicationResyncBucketStatus
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 SiteReplicationResyncBucketStatus
Auto Trait Implementations§
impl Freeze for SiteReplicationResyncBucketStatus
impl RefUnwindSafe for SiteReplicationResyncBucketStatus
impl Send for SiteReplicationResyncBucketStatus
impl Sync for SiteReplicationResyncBucketStatus
impl Unpin for SiteReplicationResyncBucketStatus
impl UnsafeUnpin for SiteReplicationResyncBucketStatus
impl UnwindSafe for SiteReplicationResyncBucketStatus
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