Struct loco_protocol::command::builder::CommandBuilder [−][src]
pub struct CommandBuilder<'a> { /* fields omitted */ }Expand description
Command build helper
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CommandBuilder<'a>impl<'a> Send for CommandBuilder<'a>impl<'a> Sync for CommandBuilder<'a>impl<'a> Unpin for CommandBuilder<'a>impl<'a> UnwindSafe for CommandBuilder<'a>