Struct aws_sdk_elasticsearch::types::PackageSource
source · #[non_exhaustive]pub struct PackageSource { /* private fields */ }
Expand description
The S3 location for importing the package specified as S3BucketName
and S3Key
Implementations§
source§impl PackageSource
impl PackageSource
source§impl PackageSource
impl PackageSource
sourcepub fn builder() -> PackageSourceBuilder
pub fn builder() -> PackageSourceBuilder
Creates a new builder-style object to manufacture PackageSource
.
Trait Implementations§
source§impl Clone for PackageSource
impl Clone for PackageSource
source§fn clone(&self) -> PackageSource
fn clone(&self) -> PackageSource
Returns a copy 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 PackageSource
impl Debug for PackageSource
source§impl PartialEq<PackageSource> for PackageSource
impl PartialEq<PackageSource> for PackageSource
source§fn eq(&self, other: &PackageSource) -> bool
fn eq(&self, other: &PackageSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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