pub struct SleepInterceptorFactory;
Trait Implementations§
Source§impl InterceptorFactory for SleepInterceptorFactory
impl InterceptorFactory for SleepInterceptorFactory
fn try_new(&self, ctx: &str) -> Result<InterceptorRef, SqlnessError>
Auto Trait Implementations§
impl Freeze for SleepInterceptorFactory
impl RefUnwindSafe for SleepInterceptorFactory
impl Send for SleepInterceptorFactory
impl Sync for SleepInterceptorFactory
impl Unpin for SleepInterceptorFactory
impl UnwindSafe for SleepInterceptorFactory
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