pub struct ObjectCountConfig {
pub object_count_threshold: Option<u16>,
}Fields§
§object_count_threshold: Option<u16>Trait Implementations§
Source§impl Debug for ObjectCountConfig
impl Debug for ObjectCountConfig
Auto Trait Implementations§
impl Freeze for ObjectCountConfig
impl RefUnwindSafe for ObjectCountConfig
impl Send for ObjectCountConfig
impl Sync for ObjectCountConfig
impl Unpin for ObjectCountConfig
impl UnsafeUnpin for ObjectCountConfig
impl UnwindSafe for ObjectCountConfig
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