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