Struct aws_sdk_appflow::model::SingularSourceProperties
source · [−]#[non_exhaustive]pub struct SingularSourceProperties { /* private fields */ }
Expand description
The properties that are applied when Singular is being used as a source.
Implementations
sourceimpl SingularSourceProperties
impl SingularSourceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SingularSourceProperties
.
Trait Implementations
sourceimpl Clone for SingularSourceProperties
impl Clone for SingularSourceProperties
sourcefn clone(&self) -> SingularSourceProperties
fn clone(&self) -> SingularSourceProperties
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 SingularSourceProperties
impl Debug for SingularSourceProperties
sourceimpl PartialEq<SingularSourceProperties> for SingularSourceProperties
impl PartialEq<SingularSourceProperties> for SingularSourceProperties
sourcefn eq(&self, other: &SingularSourceProperties) -> bool
fn eq(&self, other: &SingularSourceProperties) -> bool
impl StructuralPartialEq for SingularSourceProperties
Auto Trait Implementations
impl RefUnwindSafe for SingularSourceProperties
impl Send for SingularSourceProperties
impl Sync for SingularSourceProperties
impl Unpin for SingularSourceProperties
impl UnwindSafe for SingularSourceProperties
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