Struct qbit_api_rs::types::SyncTorrentPeersQuery
source · pub struct SyncTorrentPeersQuery {
pub hash: String,
pub rid: u64,
}
Expand description
Fields§
§hash: String
§rid: u64
Trait Implementations§
source§impl Debug for SyncTorrentPeersQuery
impl Debug for SyncTorrentPeersQuery
source§impl Default for SyncTorrentPeersQuery
impl Default for SyncTorrentPeersQuery
source§fn default() -> SyncTorrentPeersQuery
fn default() -> SyncTorrentPeersQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SyncTorrentPeersQuery
impl Send for SyncTorrentPeersQuery
impl Sync for SyncTorrentPeersQuery
impl Unpin for SyncTorrentPeersQuery
impl UnwindSafe for SyncTorrentPeersQuery
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