pub struct InProcessBackendLimits {
pub event_retention: usize,
pub delivery_retention: usize,
pub send_report_retention: usize,
}Fields§
§event_retention: usize§delivery_retention: usize§send_report_retention: usizeTrait Implementations§
Source§impl Clone for InProcessBackendLimits
impl Clone for InProcessBackendLimits
Source§fn clone(&self) -> InProcessBackendLimits
fn clone(&self) -> InProcessBackendLimits
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 InProcessBackendLimits
Source§impl Debug for InProcessBackendLimits
impl Debug for InProcessBackendLimits
Source§impl Default for InProcessBackendLimits
impl Default for InProcessBackendLimits
impl Eq for InProcessBackendLimits
Source§impl PartialEq for InProcessBackendLimits
impl PartialEq for InProcessBackendLimits
impl StructuralPartialEq for InProcessBackendLimits
Auto Trait Implementations§
impl Freeze for InProcessBackendLimits
impl RefUnwindSafe for InProcessBackendLimits
impl Send for InProcessBackendLimits
impl Sync for InProcessBackendLimits
impl Unpin for InProcessBackendLimits
impl UnsafeUnpin for InProcessBackendLimits
impl UnwindSafe for InProcessBackendLimits
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