pub struct IndexedFilesResponse {
pub files: Vec<IndexedFileInfo>,
}Fields§
§files: Vec<IndexedFileInfo>Trait Implementations§
Source§impl Debug for IndexedFilesResponse
impl Debug for IndexedFilesResponse
Source§impl<'de> Deserialize<'de> for IndexedFilesResponse
impl<'de> Deserialize<'de> for IndexedFilesResponse
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 IndexedFilesResponse
impl RefUnwindSafe for IndexedFilesResponse
impl Send for IndexedFilesResponse
impl Sync for IndexedFilesResponse
impl Unpin for IndexedFilesResponse
impl UnsafeUnpin for IndexedFilesResponse
impl UnwindSafe for IndexedFilesResponse
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