Struct aws_sdk_appflow::model::UpsolverMetadata
source · [−]#[non_exhaustive]pub struct UpsolverMetadata {}
Expand description
The connector metadata specific to Upsolver.
Implementations
sourceimpl UpsolverMetadata
impl UpsolverMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpsolverMetadata
.
Trait Implementations
sourceimpl Clone for UpsolverMetadata
impl Clone for UpsolverMetadata
sourcefn clone(&self) -> UpsolverMetadata
fn clone(&self) -> UpsolverMetadata
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 UpsolverMetadata
impl Debug for UpsolverMetadata
sourceimpl PartialEq<UpsolverMetadata> for UpsolverMetadata
impl PartialEq<UpsolverMetadata> for UpsolverMetadata
sourcefn eq(&self, other: &UpsolverMetadata) -> bool
fn eq(&self, other: &UpsolverMetadata) -> bool
impl StructuralPartialEq for UpsolverMetadata
Auto Trait Implementations
impl RefUnwindSafe for UpsolverMetadata
impl Send for UpsolverMetadata
impl Sync for UpsolverMetadata
impl Unpin for UpsolverMetadata
impl UnwindSafe for UpsolverMetadata
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