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