Struct aws_sdk_elasticsearch::model::PackageSource
source · [−]#[non_exhaustive]pub struct PackageSource { /* private fields */ }
Expand description
The S3 location for importing the package specified as S3BucketName
and S3Key
Implementations
sourceimpl PackageSource
impl PackageSource
sourceimpl PackageSource
impl PackageSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PackageSource
.
Trait Implementations
sourceimpl Clone for PackageSource
impl Clone for PackageSource
sourcefn clone(&self) -> PackageSource
fn clone(&self) -> PackageSource
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 PackageSource
impl Debug for PackageSource
sourceimpl PartialEq<PackageSource> for PackageSource
impl PartialEq<PackageSource> for PackageSource
sourcefn eq(&self, other: &PackageSource) -> bool
fn eq(&self, other: &PackageSource) -> bool
impl StructuralPartialEq for PackageSource
Auto Trait Implementations
impl RefUnwindSafe for PackageSource
impl Send for PackageSource
impl Sync for PackageSource
impl Unpin for PackageSource
impl UnwindSafe for PackageSource
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