pub struct GoogleCloudDocumentaiV1GcsDocuments {
pub documents: Option<Vec<GoogleCloudDocumentaiV1GcsDocument>>,
}Expand description
Specifies a set of documents on Cloud Storage.
This type is not used in any activity, and only used as part of another schema.
Fields§
§documents: Option<Vec<GoogleCloudDocumentaiV1GcsDocument>>The list of documents.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1GcsDocuments
impl Clone for GoogleCloudDocumentaiV1GcsDocuments
Source§fn clone(&self) -> GoogleCloudDocumentaiV1GcsDocuments
fn clone(&self) -> GoogleCloudDocumentaiV1GcsDocuments
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 GoogleCloudDocumentaiV1GcsDocuments
impl Default for GoogleCloudDocumentaiV1GcsDocuments
Source§fn default() -> GoogleCloudDocumentaiV1GcsDocuments
fn default() -> GoogleCloudDocumentaiV1GcsDocuments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1GcsDocuments
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1GcsDocuments
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 GoogleCloudDocumentaiV1GcsDocuments
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1GcsDocuments
impl RefUnwindSafe for GoogleCloudDocumentaiV1GcsDocuments
impl Send for GoogleCloudDocumentaiV1GcsDocuments
impl Sync for GoogleCloudDocumentaiV1GcsDocuments
impl Unpin for GoogleCloudDocumentaiV1GcsDocuments
impl UnwindSafe for GoogleCloudDocumentaiV1GcsDocuments
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