pub struct SubscribeOutputCommand(/* private fields */);
Trait Implementations§
Source§impl Command for SubscribeOutputCommand
impl Command for SubscribeOutputCommand
Source§type Output = SubscribeItem
type Output = SubscribeItem
Command output type
Source§fn to_request(self) -> Request
fn to_request(self) -> Request
Convert command to a redis request
impl PubSubCommand for SubscribeOutputCommand
Auto Trait Implementations§
impl Freeze for SubscribeOutputCommand
impl !RefUnwindSafe for SubscribeOutputCommand
impl Send for SubscribeOutputCommand
impl Sync for SubscribeOutputCommand
impl Unpin for SubscribeOutputCommand
impl !UnwindSafe for SubscribeOutputCommand
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