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