pub struct UserPdf {
pub id: PdfId,
}
Expand description
Over the wire representation of an Pdf file’s metadata.
Fields§
§id: PdfId
The Pdf file’s ID.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserPdf
impl<'de> Deserialize<'de> for UserPdf
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
Auto Trait Implementations§
impl Freeze for UserPdf
impl RefUnwindSafe for UserPdf
impl Send for UserPdf
impl Sync for UserPdf
impl Unpin for UserPdf
impl UnwindSafe for UserPdf
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