pub struct ConfigurationContext { /* private fields */ }
Expand description
ConfigurationContext
is used as a special context that indicate that we are
running with the Redis GIL is held but we should not perform all the regular
operation we can perfrom on the regular Context.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigurationContext
impl RefUnwindSafe for ConfigurationContext
impl Send for ConfigurationContext
impl Sync for ConfigurationContext
impl Unpin for ConfigurationContext
impl UnwindSafe for ConfigurationContext
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