Struct aws_sdk_honeycode::model::ResultRow
source · [−]#[non_exhaustive]pub struct ResultRow { /* private fields */ }
Expand description
A single row in the ResultSet.
Implementations
Trait Implementations
impl StructuralPartialEq for ResultRow
Auto Trait Implementations
impl RefUnwindSafe for ResultRow
impl Send for ResultRow
impl Sync for ResultRow
impl Unpin for ResultRow
impl UnwindSafe for ResultRow
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