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