pub struct ReplicationTime {
pub status: String,
pub time: ReplicationTimeValue,
}Expand description
A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
Fields§
§status: StringSpecifies whether the replication time is enabled.
time: ReplicationTimeValueA container specifying the time by which replication should be complete for all objects and operations on objects.
Trait Implementations§
Source§impl Clone for ReplicationTime
impl Clone for ReplicationTime
Source§fn clone(&self) -> ReplicationTime
fn clone(&self) -> ReplicationTime
Returns a duplicate of the value. Read more
1.0.0 · 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 ReplicationTime
impl Debug for ReplicationTime
Source§impl Default for ReplicationTime
impl Default for ReplicationTime
Source§fn default() -> ReplicationTime
fn default() -> ReplicationTime
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReplicationTime
impl PartialEq for ReplicationTime
impl StructuralPartialEq for ReplicationTime
Auto Trait Implementations§
impl Freeze for ReplicationTime
impl RefUnwindSafe for ReplicationTime
impl Send for ReplicationTime
impl Sync for ReplicationTime
impl Unpin for ReplicationTime
impl UnwindSafe for ReplicationTime
Blanket Implementations§
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