Struct aws_sdk_directory::operation::delete_conditional_forwarder::DeleteConditionalForwarderOutput
source · #[non_exhaustive]pub struct DeleteConditionalForwarderOutput { /* private fields */ }Expand description
The result of a DeleteConditionalForwarder request.
Implementations§
source§impl DeleteConditionalForwarderOutput
impl DeleteConditionalForwarderOutput
sourcepub fn builder() -> DeleteConditionalForwarderOutputBuilder
pub fn builder() -> DeleteConditionalForwarderOutputBuilder
Creates a new builder-style object to manufacture DeleteConditionalForwarderOutput.
Trait Implementations§
source§impl Clone for DeleteConditionalForwarderOutput
impl Clone for DeleteConditionalForwarderOutput
source§fn clone(&self) -> DeleteConditionalForwarderOutput
fn clone(&self) -> DeleteConditionalForwarderOutput
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<DeleteConditionalForwarderOutput> for DeleteConditionalForwarderOutput
impl PartialEq<DeleteConditionalForwarderOutput> for DeleteConditionalForwarderOutput
source§fn eq(&self, other: &DeleteConditionalForwarderOutput) -> bool
fn eq(&self, other: &DeleteConditionalForwarderOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteConditionalForwarderOutput
impl RequestId for DeleteConditionalForwarderOutput
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.