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.impl StructuralPartialEq for DeleteConditionalForwarderOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConditionalForwarderOutput
impl Send for DeleteConditionalForwarderOutput
impl Sync for DeleteConditionalForwarderOutput
impl Unpin for DeleteConditionalForwarderOutput
impl UnwindSafe for DeleteConditionalForwarderOutput
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