pub struct GetDocumentVersionResponse {
pub custom_metadata: Option<HashMap<String, String>>,
pub metadata: Option<DocumentVersionMetadata>,
}
Fields§
§custom_metadata: Option<HashMap<String, String>>
The custom metadata on the document version.
metadata: Option<DocumentVersionMetadata>
The version metadata.
Trait Implementations§
Source§impl Clone for GetDocumentVersionResponse
impl Clone for GetDocumentVersionResponse
Source§fn clone(&self) -> GetDocumentVersionResponse
fn clone(&self) -> GetDocumentVersionResponse
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 Debug for GetDocumentVersionResponse
impl Debug for GetDocumentVersionResponse
Source§impl Default for GetDocumentVersionResponse
impl Default for GetDocumentVersionResponse
Source§fn default() -> GetDocumentVersionResponse
fn default() -> GetDocumentVersionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDocumentVersionResponse
impl<'de> Deserialize<'de> for GetDocumentVersionResponse
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 StructuralPartialEq for GetDocumentVersionResponse
Auto Trait Implementations§
impl Freeze for GetDocumentVersionResponse
impl RefUnwindSafe for GetDocumentVersionResponse
impl Send for GetDocumentVersionResponse
impl Sync for GetDocumentVersionResponse
impl Unpin for GetDocumentVersionResponse
impl UnwindSafe for GetDocumentVersionResponse
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