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