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