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