Struct ntex_redis::cmd::commands::BulkOutputCommand [−][src]
pub struct BulkOutputCommand(_);
Trait Implementations
impl Command for BulkOutputCommand[src]
impl Command for BulkOutputCommand[src]Auto Trait Implementations
impl RefUnwindSafe for BulkOutputCommand
impl RefUnwindSafe for BulkOutputCommandimpl Send for BulkOutputCommand
impl Send for BulkOutputCommandimpl Sync for BulkOutputCommand
impl Sync for BulkOutputCommandimpl Unpin for BulkOutputCommand
impl Unpin for BulkOutputCommandimpl UnwindSafe for BulkOutputCommand
impl UnwindSafe for BulkOutputCommandBlanket 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