pub struct ResourceExhaustedV1 {
pub violations: Vec<QuotaViolation>,
}Fields§
§violations: Vec<QuotaViolation>Implementations§
Source§impl ResourceExhaustedV1
impl ResourceExhaustedV1
pub fn new(violations: impl Into<Vec<QuotaViolation>>) -> Self
Trait Implementations§
Source§impl Clone for ResourceExhaustedV1
impl Clone for ResourceExhaustedV1
Source§fn clone(&self) -> ResourceExhaustedV1
fn clone(&self) -> ResourceExhaustedV1
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 ResourceExhaustedV1
impl Debug for ResourceExhaustedV1
Auto Trait Implementations§
impl Freeze for ResourceExhaustedV1
impl RefUnwindSafe for ResourceExhaustedV1
impl Send for ResourceExhaustedV1
impl Sync for ResourceExhaustedV1
impl Unpin for ResourceExhaustedV1
impl UnsafeUnpin for ResourceExhaustedV1
impl UnwindSafe for ResourceExhaustedV1
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