pub struct UpdateAcceleratorAttributesResponse {
pub accelerator_attributes: Option<AcceleratorAttributes>,
}
Fields§
§accelerator_attributes: Option<AcceleratorAttributes>
Updated attributes for the accelerator.
Trait Implementations§
Source§impl Clone for UpdateAcceleratorAttributesResponse
impl Clone for UpdateAcceleratorAttributesResponse
Source§fn clone(&self) -> UpdateAcceleratorAttributesResponse
fn clone(&self) -> UpdateAcceleratorAttributesResponse
Returns a duplicate 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 Default for UpdateAcceleratorAttributesResponse
impl Default for UpdateAcceleratorAttributesResponse
Source§fn default() -> UpdateAcceleratorAttributesResponse
fn default() -> UpdateAcceleratorAttributesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAcceleratorAttributesResponse
impl<'de> Deserialize<'de> for UpdateAcceleratorAttributesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateAcceleratorAttributesResponse
impl PartialEq for UpdateAcceleratorAttributesResponse
Source§fn eq(&self, other: &UpdateAcceleratorAttributesResponse) -> bool
fn eq(&self, other: &UpdateAcceleratorAttributesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateAcceleratorAttributesResponse
Auto Trait Implementations§
impl Freeze for UpdateAcceleratorAttributesResponse
impl RefUnwindSafe for UpdateAcceleratorAttributesResponse
impl Send for UpdateAcceleratorAttributesResponse
impl Sync for UpdateAcceleratorAttributesResponse
impl Unpin for UpdateAcceleratorAttributesResponse
impl UnwindSafe for UpdateAcceleratorAttributesResponse
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