pub struct PassthroughCompactionEngine;Trait Implementations§
Source§impl Debug for PassthroughCompactionEngine
impl Debug for PassthroughCompactionEngine
Source§impl Default for PassthroughCompactionEngine
impl Default for PassthroughCompactionEngine
Source§fn default() -> PassthroughCompactionEngine
fn default() -> PassthroughCompactionEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PassthroughCompactionEngine
impl RefUnwindSafe for PassthroughCompactionEngine
impl Send for PassthroughCompactionEngine
impl Sync for PassthroughCompactionEngine
impl Unpin for PassthroughCompactionEngine
impl UnsafeUnpin for PassthroughCompactionEngine
impl UnwindSafe for PassthroughCompactionEngine
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