pub struct FormatLimits {
pub max_envelope_bytes: u32,
pub max_payload_bytes: u32,
pub max_metadata_entries: u16,
pub max_metadata_key_bytes: u16,
pub max_metadata_value_bytes: u32,
pub max_event_type_bytes: u16,
}Fields§
§max_envelope_bytes: u32§max_payload_bytes: u32§max_metadata_entries: u16§max_metadata_key_bytes: u16§max_metadata_value_bytes: u32§max_event_type_bytes: u16Trait Implementations§
Source§impl Clone for FormatLimits
impl Clone for FormatLimits
Source§fn clone(&self) -> FormatLimits
fn clone(&self) -> FormatLimits
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 moreimpl Copy for FormatLimits
Source§impl Debug for FormatLimits
impl Debug for FormatLimits
Auto Trait Implementations§
impl Freeze for FormatLimits
impl RefUnwindSafe for FormatLimits
impl Send for FormatLimits
impl Sync for FormatLimits
impl Unpin for FormatLimits
impl UnsafeUnpin for FormatLimits
impl UnwindSafe for FormatLimits
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