Struct qbit_api_rs::types::TorrentsInfoQuery
source · pub struct TorrentsInfoQuery {
pub filter: Option<TorrentsInfoFilter>,
pub category: Option<String>,
pub tag: Option<String>,
pub sort: Option<String>,
pub reverse: Option<bool>,
pub limit: Option<u64>,
pub offset: Option<u64>,
pub hashes: Option<Hashes>,
}
Expand description
Fields§
§filter: Option<TorrentsInfoFilter>
§category: Option<String>
§tag: Option<String>
§sort: Option<String>
§reverse: Option<bool>
§limit: Option<u64>
§offset: Option<u64>
§hashes: Option<Hashes>
Trait Implementations§
source§impl Debug for TorrentsInfoQuery
impl Debug for TorrentsInfoQuery
source§impl Default for TorrentsInfoQuery
impl Default for TorrentsInfoQuery
source§fn default() -> TorrentsInfoQuery
fn default() -> TorrentsInfoQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TorrentsInfoQuery
impl Send for TorrentsInfoQuery
impl Sync for TorrentsInfoQuery
impl Unpin for TorrentsInfoQuery
impl UnwindSafe for TorrentsInfoQuery
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