pub struct ReplicationResyncStartOptions {
pub target_arn: Option<String>,
pub older_than: Option<Duration>,
pub reset_id: Option<String>,
}Expand description
Options for starting a RustFS bucket replication resync.
Fields§
§target_arn: Option<String>Select a configured replication target. The server may infer the only target.
older_than: Option<Duration>Only resync objects older than this duration.
reset_id: Option<String>Caller-supplied operation identifier. The server generates one when omitted.
Trait Implementations§
Source§impl Clone for ReplicationResyncStartOptions
impl Clone for ReplicationResyncStartOptions
Source§fn clone(&self) -> ReplicationResyncStartOptions
fn clone(&self) -> ReplicationResyncStartOptions
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 ReplicationResyncStartOptions
impl Default for ReplicationResyncStartOptions
Source§fn default() -> ReplicationResyncStartOptions
fn default() -> ReplicationResyncStartOptions
Returns the “default value” for a type. Read more
impl Eq for ReplicationResyncStartOptions
impl StructuralPartialEq for ReplicationResyncStartOptions
Auto Trait Implementations§
impl Freeze for ReplicationResyncStartOptions
impl RefUnwindSafe for ReplicationResyncStartOptions
impl Send for ReplicationResyncStartOptions
impl Sync for ReplicationResyncStartOptions
impl Unpin for ReplicationResyncStartOptions
impl UnsafeUnpin for ReplicationResyncStartOptions
impl UnwindSafe for ReplicationResyncStartOptions
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