pub struct ReplicationTimeValue {
pub minutes: Option<i64>,
}Expand description
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
Fields§
§minutes: Option<i64>Contains an integer specifying time in minutes.
Valid values: 15 minutes.
Trait Implementations§
Source§impl Clone for ReplicationTimeValue
impl Clone for ReplicationTimeValue
Source§fn clone(&self) -> ReplicationTimeValue
fn clone(&self) -> ReplicationTimeValue
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 ReplicationTimeValue
impl Debug for ReplicationTimeValue
Source§impl Default for ReplicationTimeValue
impl Default for ReplicationTimeValue
Source§fn default() -> ReplicationTimeValue
fn default() -> ReplicationTimeValue
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReplicationTimeValue
impl PartialEq for ReplicationTimeValue
impl StructuralPartialEq for ReplicationTimeValue
Auto Trait Implementations§
impl Freeze for ReplicationTimeValue
impl RefUnwindSafe for ReplicationTimeValue
impl Send for ReplicationTimeValue
impl Sync for ReplicationTimeValue
impl Unpin for ReplicationTimeValue
impl UnwindSafe for ReplicationTimeValue
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