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