pub struct CompactionConfigKey;Expand description
Plugin config key for CompactionConfig.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompactionConfigKey
impl RefUnwindSafe for CompactionConfigKey
impl Send for CompactionConfigKey
impl Sync for CompactionConfigKey
impl Unpin for CompactionConfigKey
impl UnsafeUnpin for CompactionConfigKey
impl UnwindSafe for CompactionConfigKey
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