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