Struct aws_sdk_appflow::model::SupportedFieldTypeDetails
source · [−]#[non_exhaustive]pub struct SupportedFieldTypeDetails { /* private fields */ }
Expand description
Contains details regarding all the supported FieldTypes
and their corresponding filterOperators
and supportedValues
.
Implementations
sourceimpl SupportedFieldTypeDetails
impl SupportedFieldTypeDetails
sourcepub fn v1(&self) -> Option<&FieldTypeDetails>
pub fn v1(&self) -> Option<&FieldTypeDetails>
The initial supported version for fieldType
. If this is later changed to a different version, v2 will be introduced.
sourceimpl SupportedFieldTypeDetails
impl SupportedFieldTypeDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SupportedFieldTypeDetails
.
Trait Implementations
sourceimpl Clone for SupportedFieldTypeDetails
impl Clone for SupportedFieldTypeDetails
sourcefn clone(&self) -> SupportedFieldTypeDetails
fn clone(&self) -> SupportedFieldTypeDetails
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 SupportedFieldTypeDetails
impl Debug for SupportedFieldTypeDetails
sourceimpl PartialEq<SupportedFieldTypeDetails> for SupportedFieldTypeDetails
impl PartialEq<SupportedFieldTypeDetails> for SupportedFieldTypeDetails
sourcefn eq(&self, other: &SupportedFieldTypeDetails) -> bool
fn eq(&self, other: &SupportedFieldTypeDetails) -> bool
impl StructuralPartialEq for SupportedFieldTypeDetails
Auto Trait Implementations
impl RefUnwindSafe for SupportedFieldTypeDetails
impl Send for SupportedFieldTypeDetails
impl Sync for SupportedFieldTypeDetails
impl Unpin for SupportedFieldTypeDetails
impl UnwindSafe for SupportedFieldTypeDetails
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