pub struct DownloadQuery {
pub ids: Vec<String>,
pub name: Option<String>,
pub data_type: Option<String>,
}
Fields§
§ids: Vec<String>
§name: Option<String>
§data_type: Option<String>
Trait Implementations§
Source§impl Debug for DownloadQuery
impl Debug for DownloadQuery
Source§impl<'de> Deserialize<'de> for DownloadQuery
impl<'de> Deserialize<'de> for DownloadQuery
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 DownloadQuery
impl RefUnwindSafe for DownloadQuery
impl Send for DownloadQuery
impl Sync for DownloadQuery
impl Unpin for DownloadQuery
impl UnwindSafe for DownloadQuery
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