pub struct UserCheckQuotaQuery {
pub subject: String,
}Fields§
§subject: Stringsubject of the quota
Trait Implementations§
Source§impl Clone for UserCheckQuotaQuery
impl Clone for UserCheckQuotaQuery
Source§fn clone(&self) -> UserCheckQuotaQuery
fn clone(&self) -> UserCheckQuotaQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserCheckQuotaQuery
impl Debug for UserCheckQuotaQuery
Source§impl PartialEq for UserCheckQuotaQuery
impl PartialEq for UserCheckQuotaQuery
impl StructuralPartialEq for UserCheckQuotaQuery
Auto Trait Implementations§
impl Freeze for UserCheckQuotaQuery
impl RefUnwindSafe for UserCheckQuotaQuery
impl Send for UserCheckQuotaQuery
impl Sync for UserCheckQuotaQuery
impl Unpin for UserCheckQuotaQuery
impl UnwindSafe for UserCheckQuotaQuery
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