pub struct CollectionsFormDocument {
pub base64_encoded_content: Option<String>,
pub document_format: Option<String>,
}Expand description
CollectionsFormDocument : Collection Form Document Details
Fields§
§base64_encoded_content: Option<String>Base64 document Value of Collection.
document_format: Option<String>Collection Document format is PDF.
Implementations§
Source§impl CollectionsFormDocument
impl CollectionsFormDocument
Sourcepub fn new() -> CollectionsFormDocument
pub fn new() -> CollectionsFormDocument
Collection Form Document Details
Trait Implementations§
Source§impl Clone for CollectionsFormDocument
impl Clone for CollectionsFormDocument
Source§fn clone(&self) -> CollectionsFormDocument
fn clone(&self) -> CollectionsFormDocument
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 CollectionsFormDocument
impl Debug for CollectionsFormDocument
Source§impl Default for CollectionsFormDocument
impl Default for CollectionsFormDocument
Source§fn default() -> CollectionsFormDocument
fn default() -> CollectionsFormDocument
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollectionsFormDocument
impl<'de> Deserialize<'de> for CollectionsFormDocument
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
Source§impl PartialEq for CollectionsFormDocument
impl PartialEq for CollectionsFormDocument
Source§impl Serialize for CollectionsFormDocument
impl Serialize for CollectionsFormDocument
impl StructuralPartialEq for CollectionsFormDocument
Auto Trait Implementations§
impl Freeze for CollectionsFormDocument
impl RefUnwindSafe for CollectionsFormDocument
impl Send for CollectionsFormDocument
impl Sync for CollectionsFormDocument
impl Unpin for CollectionsFormDocument
impl UnwindSafe for CollectionsFormDocument
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