pub struct QuotaViolationV1 {
pub subject: String,
pub description: String,
}Fields§
§subject: String§description: StringImplementations§
Trait Implementations§
Source§impl Clone for QuotaViolationV1
impl Clone for QuotaViolationV1
Source§fn clone(&self) -> QuotaViolationV1
fn clone(&self) -> QuotaViolationV1
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 QuotaViolationV1
impl Debug for QuotaViolationV1
Auto Trait Implementations§
impl Freeze for QuotaViolationV1
impl RefUnwindSafe for QuotaViolationV1
impl Send for QuotaViolationV1
impl Sync for QuotaViolationV1
impl Unpin for QuotaViolationV1
impl UnsafeUnpin for QuotaViolationV1
impl UnwindSafe for QuotaViolationV1
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