#[non_exhaustive]pub struct HoneycodeConnectorProfileProperties {}
Expand description
The connector-specific properties required when using Amazon Honeycode.
Implementations
sourceimpl HoneycodeConnectorProfileProperties
impl HoneycodeConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HoneycodeConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for HoneycodeConnectorProfileProperties
impl Clone for HoneycodeConnectorProfileProperties
sourcefn clone(&self) -> HoneycodeConnectorProfileProperties
fn clone(&self) -> HoneycodeConnectorProfileProperties
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 PartialEq<HoneycodeConnectorProfileProperties> for HoneycodeConnectorProfileProperties
impl PartialEq<HoneycodeConnectorProfileProperties> for HoneycodeConnectorProfileProperties
sourcefn eq(&self, other: &HoneycodeConnectorProfileProperties) -> bool
fn eq(&self, other: &HoneycodeConnectorProfileProperties) -> bool
impl StructuralPartialEq for HoneycodeConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for HoneycodeConnectorProfileProperties
impl Send for HoneycodeConnectorProfileProperties
impl Sync for HoneycodeConnectorProfileProperties
impl Unpin for HoneycodeConnectorProfileProperties
impl UnwindSafe for HoneycodeConnectorProfileProperties
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