Struct redis::streams::StreamClaimOptions [−][src]
pub struct StreamClaimOptions { /* fields omitted */ }
streams
only.Expand description
Builder options for xclaim_options
command.
Implementations
Set FORCE cmd arg to true.
Set JUSTID cmd arg to true. Be advised: the response type changes with this option.
Trait Implementations
Returns the “default value” for a type. Read more
This writes the value into a vector of bytes. Each item is a single argument. Most items generate a single item. Read more
This converts the value into a vector of bytes. Each item is a single argument. Most items generate a vector of a single item. Read more
Returns an information about the contained value with regards
to it’s numeric behavior in a redis context. This is used in
some high level concepts to switch between different implementations
of redis functions (for instance INCR
vs INCRBYFLOAT
). Read more
Returns an indiciation if the value contained is exactly one
argument. It returns false if it’s zero or more than one. This
is used in some high level functions to intelligently switch
between GET
and MGET
variants. Read more
Auto Trait Implementations
impl RefUnwindSafe for StreamClaimOptions
impl Send for StreamClaimOptions
impl Sync for StreamClaimOptions
impl Unpin for StreamClaimOptions
impl UnwindSafe for StreamClaimOptions