Struct aws_sdk_honeycode::types::CellInput
source · #[non_exhaustive]pub struct CellInput { /* private fields */ }Expand description
CellInput object contains the data needed to create or update cells in a table.
CellInput object has only a facts field or a fact field, but not both. A 400 bad request will be thrown if both fact and facts field are present.
Implementations§
Trait Implementations§
source§impl PartialEq<CellInput> for CellInput
impl PartialEq<CellInput> for CellInput
impl StructuralPartialEq for CellInput
Auto Trait Implementations§
impl RefUnwindSafe for CellInput
impl Send for CellInput
impl Sync for CellInput
impl Unpin for CellInput
impl UnwindSafe for CellInput
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