pub struct UserPdfListResponse {
pub pdf_files: Vec<UserPdfResponse>,
}
Expand description
Response for listing.
Fields§
§pdf_files: Vec<UserPdfResponse>
the Pdf files returned.
Trait Implementations§
Source§impl Debug for UserPdfListResponse
impl Debug for UserPdfListResponse
Source§impl<'de> Deserialize<'de> for UserPdfListResponse
impl<'de> Deserialize<'de> for UserPdfListResponse
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 UserPdfListResponse
impl RefUnwindSafe for UserPdfListResponse
impl Send for UserPdfListResponse
impl Sync for UserPdfListResponse
impl Unpin for UserPdfListResponse
impl UnwindSafe for UserPdfListResponse
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