Struct tonic_types::QuotaViolation
source · pub struct QuotaViolation {
pub subject: String,
pub description: String,
}Expand description
Used at the violations field of the QuotaFailure struct. Describes a
single quota violation.
Fields§
§subject: StringSubject on which the quota check failed.
description: StringDescription of why the quota check failed.
Implementations§
Trait Implementations§
source§impl Clone for QuotaViolation
impl Clone for QuotaViolation
source§fn clone(&self) -> QuotaViolation
fn clone(&self) -> QuotaViolation
Returns a copy 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 QuotaViolation
impl Debug for QuotaViolation
source§impl From<QuotaViolation> for Violation
impl From<QuotaViolation> for Violation
source§fn from(value: QuotaViolation) -> Self
fn from(value: QuotaViolation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QuotaViolation
impl RefUnwindSafe for QuotaViolation
impl Send for QuotaViolation
impl Sync for QuotaViolation
impl Unpin for QuotaViolation
impl UnwindSafe for QuotaViolation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request