Struct mariadb::storage::HandlertonCtx
source · pub struct HandlertonCtx<'a> { /* private fields */ }
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HandlertonCtx<'a>
impl<'a> !Send for HandlertonCtx<'a>
impl<'a> !Sync for HandlertonCtx<'a>
impl<'a> Unpin for HandlertonCtx<'a>
impl<'a> !UnwindSafe for HandlertonCtx<'a>
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