pub struct CommandHandlerBuilder { /* private fields */ }Implementations§
Source§impl CommandHandlerBuilder
impl CommandHandlerBuilder
pub fn new() -> Self
pub fn with_logging(self, verbose: bool) -> Self
pub fn initialize_logging(self) -> Self
pub fn build_serve_handler(self, serve_cmd: ServeCommand) -> ServeCommandHandler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandHandlerBuilder
impl RefUnwindSafe for CommandHandlerBuilder
impl Send for CommandHandlerBuilder
impl Sync for CommandHandlerBuilder
impl Unpin for CommandHandlerBuilder
impl UnsafeUnpin for CommandHandlerBuilder
impl UnwindSafe for CommandHandlerBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more