pub struct ReplicationResyncStatus {
pub targets: Vec<ReplicationResyncTargetStatus>,
}Expand description
Current server-side bucket replication resync state.
Fields§
§targets: Vec<ReplicationResyncTargetStatus>Trait Implementations§
Source§impl Clone for ReplicationResyncStatus
impl Clone for ReplicationResyncStatus
Source§fn clone(&self) -> ReplicationResyncStatus
fn clone(&self) -> ReplicationResyncStatus
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 ReplicationResyncStatus
impl Debug for ReplicationResyncStatus
Source§impl Default for ReplicationResyncStatus
impl Default for ReplicationResyncStatus
Source§fn default() -> ReplicationResyncStatus
fn default() -> ReplicationResyncStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplicationResyncStatus
impl<'de> Deserialize<'de> for ReplicationResyncStatus
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 ReplicationResyncStatus
Source§impl PartialEq for ReplicationResyncStatus
impl PartialEq for ReplicationResyncStatus
Source§impl Serialize for ReplicationResyncStatus
impl Serialize for ReplicationResyncStatus
impl StructuralPartialEq for ReplicationResyncStatus
Auto Trait Implementations§
impl Freeze for ReplicationResyncStatus
impl RefUnwindSafe for ReplicationResyncStatus
impl Send for ReplicationResyncStatus
impl Sync for ReplicationResyncStatus
impl Unpin for ReplicationResyncStatus
impl UnsafeUnpin for ReplicationResyncStatus
impl UnwindSafe for ReplicationResyncStatus
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