pub struct RecordTooLarge {
pub request: RecordAdmissionEnvelope,
pub dimension: ResourceDimension,
pub encoded_record_charge: ResourceVector,
pub max_ordinary_record_charge: ResourceVector,
}Expand description
Ordinary record exceeds configured entry or byte maximum.
Fields§
§request: RecordAdmissionEnvelopeRequest envelope, without opaque payload.
dimension: ResourceDimensionFirst failing component.
encoded_record_charge: ResourceVectorExact durable record charge.
max_ordinary_record_charge: ResourceVectorConfigured maximum ordinary record charge.
Trait Implementations§
Source§impl Clone for RecordTooLarge
impl Clone for RecordTooLarge
Source§fn clone(&self) -> RecordTooLarge
fn clone(&self) -> RecordTooLarge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecordTooLarge
impl Debug for RecordTooLarge
impl Eq for RecordTooLarge
Source§impl PartialEq for RecordTooLarge
impl PartialEq for RecordTooLarge
impl StructuralPartialEq for RecordTooLarge
Auto Trait Implementations§
impl Freeze for RecordTooLarge
impl RefUnwindSafe for RecordTooLarge
impl Send for RecordTooLarge
impl Sync for RecordTooLarge
impl Unpin for RecordTooLarge
impl UnsafeUnpin for RecordTooLarge
impl UnwindSafe for RecordTooLarge
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