Struct aws_sdk_s3::model::GlacierJobParameters
source · [−]#[non_exhaustive]pub struct GlacierJobParameters { /* private fields */ }
Expand description
Container for S3 Glacier job parameters.
Implementations
sourceimpl GlacierJobParameters
impl GlacierJobParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlacierJobParameters
.
Trait Implementations
sourceimpl Clone for GlacierJobParameters
impl Clone for GlacierJobParameters
sourcefn clone(&self) -> GlacierJobParameters
fn clone(&self) -> GlacierJobParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GlacierJobParameters
impl Debug for GlacierJobParameters
sourceimpl PartialEq<GlacierJobParameters> for GlacierJobParameters
impl PartialEq<GlacierJobParameters> for GlacierJobParameters
sourcefn eq(&self, other: &GlacierJobParameters) -> bool
fn eq(&self, other: &GlacierJobParameters) -> bool
impl StructuralPartialEq for GlacierJobParameters
Auto Trait Implementations
impl RefUnwindSafe for GlacierJobParameters
impl Send for GlacierJobParameters
impl Sync for GlacierJobParameters
impl Unpin for GlacierJobParameters
impl UnwindSafe for GlacierJobParameters
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