Struct redis_driver::PubSubChannelsOptions
source · [−]pub struct PubSubChannelsOptions { /* private fields */ }
Expand description
Options for the pub_sub_channels
command
Implementations
sourceimpl PubSubChannelsOptions
impl PubSubChannelsOptions
pub fn pattern<P: Into<BulkString>>(self, pattern: P) -> Self
Trait Implementations
sourceimpl Default for PubSubChannelsOptions
impl Default for PubSubChannelsOptions
sourcefn default() -> PubSubChannelsOptions
fn default() -> PubSubChannelsOptions
Returns the “default value” for a type. Read more
sourceimpl IntoArgs for PubSubChannelsOptions
impl IntoArgs for PubSubChannelsOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for PubSubChannelsOptions
impl Send for PubSubChannelsOptions
impl Sync for PubSubChannelsOptions
impl Unpin for PubSubChannelsOptions
impl UnwindSafe for PubSubChannelsOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more