#[non_exhaustive]pub struct UpdateAcceleratorOutput { /* private fields */ }Implementations
sourceimpl UpdateAcceleratorOutput
impl UpdateAcceleratorOutput
sourcepub fn accelerator(&self) -> Option<&Accelerator>
pub fn accelerator(&self) -> Option<&Accelerator>
Information about the updated accelerator.
sourceimpl UpdateAcceleratorOutput
impl UpdateAcceleratorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAcceleratorOutput.
Trait Implementations
sourceimpl Clone for UpdateAcceleratorOutput
impl Clone for UpdateAcceleratorOutput
sourcefn clone(&self) -> UpdateAcceleratorOutput
fn clone(&self) -> UpdateAcceleratorOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateAcceleratorOutput
impl Debug for UpdateAcceleratorOutput
sourceimpl PartialEq<UpdateAcceleratorOutput> for UpdateAcceleratorOutput
impl PartialEq<UpdateAcceleratorOutput> for UpdateAcceleratorOutput
sourcefn eq(&self, other: &UpdateAcceleratorOutput) -> bool
fn eq(&self, other: &UpdateAcceleratorOutput) -> bool
impl StructuralPartialEq for UpdateAcceleratorOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAcceleratorOutput
impl Send for UpdateAcceleratorOutput
impl Sync for UpdateAcceleratorOutput
impl Unpin for UpdateAcceleratorOutput
impl UnwindSafe for UpdateAcceleratorOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more