Struct ntex_redis::cmd::commands::IntOutputCommand [−][src]
pub struct IntOutputCommand(_);
Trait Implementations
impl Command for IntOutputCommand[src]
impl Command for IntOutputCommand[src]Auto Trait Implementations
impl RefUnwindSafe for IntOutputCommand
impl RefUnwindSafe for IntOutputCommandimpl Send for IntOutputCommand
impl Send for IntOutputCommandimpl Sync for IntOutputCommand
impl Sync for IntOutputCommandimpl Unpin for IntOutputCommand
impl Unpin for IntOutputCommandimpl UnwindSafe for IntOutputCommand
impl UnwindSafe for IntOutputCommandBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self