Expand description
FileContents : The document data and checksum.
Fields
contents: StringData for printing labels, in the form of a Base64-encoded, GZip-compressed string.
file_type: FileTypechecksum: StringAn MD5 hash to validate the PDF document data, in the form of a Base64-encoded string.
Implementations
sourceimpl FileContents
impl FileContents
Trait Implementations
sourceimpl Clone for FileContents
impl Clone for FileContents
sourcefn clone(&self) -> FileContents
fn clone(&self) -> FileContents
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FileContents
impl Debug for FileContents
sourceimpl Default for FileContents
impl Default for FileContents
sourcefn default() -> FileContents
fn default() -> FileContents
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FileContents
impl<'de> Deserialize<'de> for FileContents
sourcefn 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
sourceimpl PartialEq<FileContents> for FileContents
impl PartialEq<FileContents> for FileContents
sourcefn eq(&self, other: &FileContents) -> bool
fn eq(&self, other: &FileContents) -> bool
sourceimpl Serialize for FileContents
impl Serialize for FileContents
impl StructuralPartialEq for FileContents
Auto Trait Implementations
impl RefUnwindSafe for FileContents
impl Send for FileContents
impl Sync for FileContents
impl Unpin for FileContents
impl UnwindSafe for FileContents
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more