pub struct IsFileDownloadedResponse {
pub item_id: String,
pub filepath: String,
pub downloaded: bool,
}Fields§
§item_id: String§filepath: String§downloaded: boolTrait Implementations§
Source§impl Debug for IsFileDownloadedResponse
impl Debug for IsFileDownloadedResponse
Source§impl<'de> Deserialize<'de> for IsFileDownloadedResponse
impl<'de> Deserialize<'de> for IsFileDownloadedResponse
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 IsFileDownloadedResponse
impl RefUnwindSafe for IsFileDownloadedResponse
impl Send for IsFileDownloadedResponse
impl Sync for IsFileDownloadedResponse
impl Unpin for IsFileDownloadedResponse
impl UnwindSafe for IsFileDownloadedResponse
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