#[non_exhaustive]pub struct DeletePluginOutput { /* private fields */ }Implementations§
source§impl DeletePluginOutput
impl DeletePluginOutput
sourcepub fn builder() -> DeletePluginOutputBuilder
pub fn builder() -> DeletePluginOutputBuilder
Creates a new builder-style object to manufacture DeletePluginOutput.
Trait Implementations§
source§impl Clone for DeletePluginOutput
impl Clone for DeletePluginOutput
source§fn clone(&self) -> DeletePluginOutput
fn clone(&self) -> DeletePluginOutput
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 DeletePluginOutput
impl Debug for DeletePluginOutput
source§impl PartialEq for DeletePluginOutput
impl PartialEq for DeletePluginOutput
source§fn eq(&self, other: &DeletePluginOutput) -> bool
fn eq(&self, other: &DeletePluginOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeletePluginOutput
impl RequestId for DeletePluginOutput
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 DeletePluginOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeletePluginOutput
impl Send for DeletePluginOutput
impl Sync for DeletePluginOutput
impl Unpin for DeletePluginOutput
impl UnwindSafe for DeletePluginOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.