pub struct OwnedFilesResponse {
pub files: Vec<FileInfoResponse>,
}Expand description
Response containing the caller’s owned files.
Fields§
§files: Vec<FileInfoResponse>Trait Implementations§
Source§impl ComposeSchema for OwnedFilesResponse
impl ComposeSchema for OwnedFilesResponse
Source§impl Serialize for OwnedFilesResponse
impl Serialize for OwnedFilesResponse
Auto Trait Implementations§
impl Freeze for OwnedFilesResponse
impl RefUnwindSafe for OwnedFilesResponse
impl Send for OwnedFilesResponse
impl Sync for OwnedFilesResponse
impl Unpin for OwnedFilesResponse
impl UnwindSafe for OwnedFilesResponse
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