pub struct OrgCheckQuotaQuery {
pub subject: String,
}Fields§
§subject: Stringsubject of the quota
Trait Implementations§
Source§impl Clone for OrgCheckQuotaQuery
impl Clone for OrgCheckQuotaQuery
Source§fn clone(&self) -> OrgCheckQuotaQuery
fn clone(&self) -> OrgCheckQuotaQuery
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 OrgCheckQuotaQuery
impl Debug for OrgCheckQuotaQuery
Source§impl PartialEq for OrgCheckQuotaQuery
impl PartialEq for OrgCheckQuotaQuery
impl StructuralPartialEq for OrgCheckQuotaQuery
Auto Trait Implementations§
impl Freeze for OrgCheckQuotaQuery
impl RefUnwindSafe for OrgCheckQuotaQuery
impl Send for OrgCheckQuotaQuery
impl Sync for OrgCheckQuotaQuery
impl Unpin for OrgCheckQuotaQuery
impl UnwindSafe for OrgCheckQuotaQuery
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