Struct aws_sdk_elasticsearch::operation::delete_elasticsearch_service_role::DeleteElasticsearchServiceRoleOutput   
source · #[non_exhaustive]pub struct DeleteElasticsearchServiceRoleOutput { /* private fields */ }Implementations§
source§impl DeleteElasticsearchServiceRoleOutput
 
impl DeleteElasticsearchServiceRoleOutput
sourcepub fn builder() -> DeleteElasticsearchServiceRoleOutputBuilder
 
pub fn builder() -> DeleteElasticsearchServiceRoleOutputBuilder
Creates a new builder-style object to manufacture DeleteElasticsearchServiceRoleOutput.
Trait Implementations§
source§impl Clone for DeleteElasticsearchServiceRoleOutput
 
impl Clone for DeleteElasticsearchServiceRoleOutput
source§fn clone(&self) -> DeleteElasticsearchServiceRoleOutput
 
fn clone(&self) -> DeleteElasticsearchServiceRoleOutput
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 PartialEq<DeleteElasticsearchServiceRoleOutput> for DeleteElasticsearchServiceRoleOutput
 
impl PartialEq<DeleteElasticsearchServiceRoleOutput> for DeleteElasticsearchServiceRoleOutput
source§fn eq(&self, other: &DeleteElasticsearchServiceRoleOutput) -> bool
 
fn eq(&self, other: &DeleteElasticsearchServiceRoleOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteElasticsearchServiceRoleOutput
 
impl RequestId for DeleteElasticsearchServiceRoleOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.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§
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