Struct aws_sdk_honeycode::model::TableRow
source · [−]#[non_exhaustive]pub struct TableRow { /* private fields */ }
Expand description
An object that contains attributes about a single row in a table
Implementations
Trait Implementations
impl StructuralPartialEq for TableRow
Auto Trait Implementations
impl RefUnwindSafe for TableRow
impl Send for TableRow
impl Sync for TableRow
impl Unpin for TableRow
impl UnwindSafe for TableRow
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