pub struct AutoCompactionEvent {
pub removed_message_count: usize,
}Fields§
§removed_message_count: usizeTrait Implementations§
Source§impl Clone for AutoCompactionEvent
impl Clone for AutoCompactionEvent
Source§fn clone(&self) -> AutoCompactionEvent
fn clone(&self) -> AutoCompactionEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 AutoCompactionEvent
impl Debug for AutoCompactionEvent
Source§impl PartialEq for AutoCompactionEvent
impl PartialEq for AutoCompactionEvent
impl Copy for AutoCompactionEvent
impl Eq for AutoCompactionEvent
impl StructuralPartialEq for AutoCompactionEvent
Auto Trait Implementations§
impl Freeze for AutoCompactionEvent
impl RefUnwindSafe for AutoCompactionEvent
impl Send for AutoCompactionEvent
impl Sync for AutoCompactionEvent
impl Unpin for AutoCompactionEvent
impl UnsafeUnpin for AutoCompactionEvent
impl UnwindSafe for AutoCompactionEvent
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