pub struct BlockedClient<T: 'static = ()> { /* private fields */ }
Implementations§
Source§impl<T> BlockedClient<T>
impl<T> BlockedClient<T>
Sourcepub fn set_blocked_private_data(&mut self, data: T) -> Result<(), ValkeyError>
pub fn set_blocked_private_data(&mut self, data: T) -> Result<(), ValkeyError>
Trait Implementations§
Source§impl<T: 'static> Drop for BlockedClient<T>
impl<T: 'static> Drop for BlockedClient<T>
impl<T> Send for BlockedClient<T>
Auto Trait Implementations§
impl<T> Freeze for BlockedClient<T>
impl<T> RefUnwindSafe for BlockedClient<T>where
T: RefUnwindSafe,
impl<T = ()> !Sync for BlockedClient<T>
impl<T> Unpin for BlockedClient<T>
impl<T> UnwindSafe for BlockedClient<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