pub struct ClientLogLimitConfig {
pub limit: ClientLogSize,
}Fields§
§limit: ClientLogSizeTrait Implementations§
Source§impl Clone for ClientLogLimitConfig
impl Clone for ClientLogLimitConfig
Source§fn clone(&self) -> ClientLogLimitConfig
fn clone(&self) -> ClientLogLimitConfig
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 ClientLogLimitConfig
impl Debug for ClientLogLimitConfig
Source§impl PartialEq for ClientLogLimitConfig
impl PartialEq for ClientLogLimitConfig
Source§fn eq(&self, other: &ClientLogLimitConfig) -> bool
fn eq(&self, other: &ClientLogLimitConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientLogLimitConfig
Auto Trait Implementations§
impl Freeze for ClientLogLimitConfig
impl RefUnwindSafe for ClientLogLimitConfig
impl Send for ClientLogLimitConfig
impl Sync for ClientLogLimitConfig
impl Unpin for ClientLogLimitConfig
impl UnsafeUnpin for ClientLogLimitConfig
impl UnwindSafe for ClientLogLimitConfig
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