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