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