Struct qbit_api_rs::types::TorrentsTrackersQuery
source · pub struct TorrentsTrackersQuery {
pub hash: String,
}
Expand description
Fields§
§hash: String
Trait Implementations§
source§impl Debug for TorrentsTrackersQuery
impl Debug for TorrentsTrackersQuery
Auto Trait Implementations§
impl RefUnwindSafe for TorrentsTrackersQuery
impl Send for TorrentsTrackersQuery
impl Sync for TorrentsTrackersQuery
impl Unpin for TorrentsTrackersQuery
impl UnwindSafe for TorrentsTrackersQuery
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