pub struct RedisGuardCtor<T>(/* private fields */);
Trait Implementations§
Source§impl<'a, T> GuardLt<'a, T> for RedisGuardCtor<T>
impl<'a, T> GuardLt<'a, T> for RedisGuardCtor<T>
type Guard = RedisGuard<'a, T>
Auto Trait Implementations§
impl<T> Freeze for RedisGuardCtor<T>
impl<T> RefUnwindSafe for RedisGuardCtor<T>where
T: RefUnwindSafe,
impl<T> Send for RedisGuardCtor<T>where
T: Send,
impl<T> Sync for RedisGuardCtor<T>where
T: Sync,
impl<T> Unpin for RedisGuardCtor<T>where
T: Unpin,
impl<T> UnwindSafe for RedisGuardCtor<T>where
T: UnwindSafe,
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