Struct aws_sdk_honeycode::types::Table
source · #[non_exhaustive]pub struct Table { /* private fields */ }Expand description
An object representing the properties of a table in a workbook.
Implementations§
Trait Implementations§
source§impl PartialEq<Table> for Table
impl PartialEq<Table> for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more