Struct aws_sdk_elasticbeanstalk::operation::create_storage_location::CreateStorageLocationInput
source · #[non_exhaustive]pub struct CreateStorageLocationInput {}
Implementations§
source§impl CreateStorageLocationInput
impl CreateStorageLocationInput
sourcepub fn builder() -> CreateStorageLocationInputBuilder
pub fn builder() -> CreateStorageLocationInputBuilder
Creates a new builder-style object to manufacture CreateStorageLocationInput
.
Trait Implementations§
source§impl Clone for CreateStorageLocationInput
impl Clone for CreateStorageLocationInput
source§fn clone(&self) -> CreateStorageLocationInput
fn clone(&self) -> CreateStorageLocationInput
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 CreateStorageLocationInput
impl Debug for CreateStorageLocationInput
source§impl PartialEq<CreateStorageLocationInput> for CreateStorageLocationInput
impl PartialEq<CreateStorageLocationInput> for CreateStorageLocationInput
source§fn eq(&self, other: &CreateStorageLocationInput) -> bool
fn eq(&self, other: &CreateStorageLocationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateStorageLocationInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateStorageLocationInput
impl Send for CreateStorageLocationInput
impl Sync for CreateStorageLocationInput
impl Unpin for CreateStorageLocationInput
impl UnwindSafe for CreateStorageLocationInput
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