Struct aws_sdk_honeycode::model::DataItem [−][src]
#[non_exhaustive]pub struct DataItem {
pub override_format: Option<Format>,
pub raw_value: Option<String>,
pub formatted_value: Option<String>,
}
Expand description
The data in a particular data cell defined on the screen.
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.override_format: Option<Format>
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
raw_value: Option<String>
The raw value of the data. e.g. jsmith@example.com
formatted_value: Option<String>
The formatted value of the data. e.g. John Smith.
Implementations
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
The formatted value of the data. e.g. John Smith.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataItem
impl UnwindSafe for DataItem
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