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