Struct aws_sdk_appflow::model::SupportedFieldTypeDetails
source · [−]#[non_exhaustive]pub struct SupportedFieldTypeDetails {
pub v1: Option<FieldTypeDetails>,
}
Expand description
Contains details regarding all the supported FieldTypes
and their corresponding filterOperators
and supportedValues
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.v1: Option<FieldTypeDetails>
The initial supported version for fieldType
. If this is later changed to a different version, v2 will be introduced.
Implementations
The initial supported version for fieldType
. If this is later changed to a different version, v2 will be introduced.
Creates a new builder-style object to manufacture SupportedFieldTypeDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more