#[non_exhaustive]pub struct DeleteElasticsearchServiceRoleOutput {}
Implementations
sourceimpl DeleteElasticsearchServiceRoleOutput
impl DeleteElasticsearchServiceRoleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteElasticsearchServiceRoleOutput
.
Trait Implementations
sourceimpl Clone for DeleteElasticsearchServiceRoleOutput
impl Clone for DeleteElasticsearchServiceRoleOutput
sourcefn clone(&self) -> DeleteElasticsearchServiceRoleOutput
fn clone(&self) -> DeleteElasticsearchServiceRoleOutput
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 PartialEq<DeleteElasticsearchServiceRoleOutput> for DeleteElasticsearchServiceRoleOutput
impl PartialEq<DeleteElasticsearchServiceRoleOutput> for DeleteElasticsearchServiceRoleOutput
sourcefn eq(&self, other: &DeleteElasticsearchServiceRoleOutput) -> bool
fn eq(&self, other: &DeleteElasticsearchServiceRoleOutput) -> bool
impl StructuralPartialEq for DeleteElasticsearchServiceRoleOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteElasticsearchServiceRoleOutput
impl Send for DeleteElasticsearchServiceRoleOutput
impl Sync for DeleteElasticsearchServiceRoleOutput
impl Unpin for DeleteElasticsearchServiceRoleOutput
impl UnwindSafe for DeleteElasticsearchServiceRoleOutput
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