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