Struct aws_sdk_honeycode::model::DataItem
source · [−]#[non_exhaustive]pub struct DataItem { /* private fields */ }
Expand description
The data in a particular data cell defined on the screen.
Implementations
sourceimpl DataItem
impl DataItem
sourcepub fn override_format(&self) -> Option<&Format>
pub fn override_format(&self) -> 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.
sourcepub fn formatted_value(&self) -> Option<&str>
pub fn formatted_value(&self) -> Option<&str>
The formatted value of the data. e.g. John Smith.
Trait Implementations
impl StructuralPartialEq for DataItem
Auto Trait Implementations
impl RefUnwindSafe for DataItem
impl Send for DataItem
impl Sync for DataItem
impl Unpin for DataItem
impl UnwindSafe for DataItem
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