pub struct GoogleCloudDocumentaiV1DocumentPageTableTableCell {
pub col_span: Option<i32>,
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>,
pub row_span: Option<i32>,
}Expand description
A cell representation inside the table.
This type is not used in any activity, and only used as part of another schema.
Fields§
§col_span: Option<i32>How many columns this cell spans.
detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>A list of detected languages together with confidence.
layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>Layout for TableCell.
row_span: Option<i32>How many rows this cell spans.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl Clone for GoogleCloudDocumentaiV1DocumentPageTableTableCell
Source§fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageTableTableCell
fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageTableTableCell
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl Default for GoogleCloudDocumentaiV1DocumentPageTableTableCell
Source§fn default() -> GoogleCloudDocumentaiV1DocumentPageTableTableCell
fn default() -> GoogleCloudDocumentaiV1DocumentPageTableTableCell
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageTableTableCell
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDocumentaiV1DocumentPageTableTableCell
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl Send for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl Sync for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl Unpin for GoogleCloudDocumentaiV1DocumentPageTableTableCell
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentPageTableTableCell
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