Struct aws_sdk_deadline::operation::update_farm::UpdateFarmOutput
source · #[non_exhaustive]pub struct UpdateFarmOutput { /* private fields */ }
Implementations§
source§impl UpdateFarmOutput
impl UpdateFarmOutput
sourcepub fn builder() -> UpdateFarmOutputBuilder
pub fn builder() -> UpdateFarmOutputBuilder
Creates a new builder-style object to manufacture UpdateFarmOutput
.
Trait Implementations§
source§impl Clone for UpdateFarmOutput
impl Clone for UpdateFarmOutput
source§fn clone(&self) -> UpdateFarmOutput
fn clone(&self) -> UpdateFarmOutput
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 UpdateFarmOutput
impl Debug for UpdateFarmOutput
source§impl PartialEq for UpdateFarmOutput
impl PartialEq for UpdateFarmOutput
source§fn eq(&self, other: &UpdateFarmOutput) -> bool
fn eq(&self, other: &UpdateFarmOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateFarmOutput
impl RequestId for UpdateFarmOutput
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 UpdateFarmOutput
Auto Trait Implementations§
impl Freeze for UpdateFarmOutput
impl RefUnwindSafe for UpdateFarmOutput
impl Send for UpdateFarmOutput
impl Sync for UpdateFarmOutput
impl Unpin for UpdateFarmOutput
impl UnwindSafe for UpdateFarmOutput
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.