Struct aws_sdk_appflow::output::DescribeConnectorOutput
source · [−]#[non_exhaustive]pub struct DescribeConnectorOutput { /* private fields */ }Implementations
sourceimpl DescribeConnectorOutput
impl DescribeConnectorOutput
sourcepub fn connector_configuration(&self) -> Option<&ConnectorConfiguration>
pub fn connector_configuration(&self) -> Option<&ConnectorConfiguration>
Configuration info of all the connectors that the user requested.
sourceimpl DescribeConnectorOutput
impl DescribeConnectorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectorOutput.
Trait Implementations
sourceimpl Clone for DescribeConnectorOutput
impl Clone for DescribeConnectorOutput
sourcefn clone(&self) -> DescribeConnectorOutput
fn clone(&self) -> DescribeConnectorOutput
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 DescribeConnectorOutput
impl Debug for DescribeConnectorOutput
sourceimpl PartialEq<DescribeConnectorOutput> for DescribeConnectorOutput
impl PartialEq<DescribeConnectorOutput> for DescribeConnectorOutput
sourcefn eq(&self, other: &DescribeConnectorOutput) -> bool
fn eq(&self, other: &DescribeConnectorOutput) -> bool
impl StructuralPartialEq for DescribeConnectorOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConnectorOutput
impl Send for DescribeConnectorOutput
impl Sync for DescribeConnectorOutput
impl Unpin for DescribeConnectorOutput
impl UnwindSafe for DescribeConnectorOutput
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