Struct aws_sdk_s3control::model::JobTimers
source · [−]#[non_exhaustive]pub struct JobTimers { /* private fields */ }Expand description
Provides timing details for the job.
Implementations
Trait Implementations
impl StructuralPartialEq for JobTimers
Auto Trait Implementations
impl RefUnwindSafe for JobTimers
impl Send for JobTimers
impl Sync for JobTimers
impl Unpin for JobTimers
impl UnwindSafe for JobTimers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more