pub struct GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan {
pub page_end: Option<i32>,
pub page_start: Option<i32>,
}Expand description
Represents where the chunk starts and ends in the document.
This type is not used in any activity, and only used as part of another schema.
Fields§
§page_end: Option<i32>Page where chunk ends in the document.
page_start: Option<i32>Page where chunk starts in the document.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl Clone for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
Source§fn clone(
&self,
) -> GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
fn clone( &self, ) -> GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
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 GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl Default for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
Source§fn default() -> GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
fn default() -> GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
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 GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl Send for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl Sync for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl Unpin for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
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