pub struct CompactionRegistrationError;Expand description
Some unrecoverable issue when attempting to register compaction.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompactionRegistrationError
impl RefUnwindSafe for CompactionRegistrationError
impl Send for CompactionRegistrationError
impl Sync for CompactionRegistrationError
impl Unpin for CompactionRegistrationError
impl UnwindSafe for CompactionRegistrationError
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