pub struct ServeCommandHandler { /* private fields */ }Implementations§
Source§impl ServeCommandHandler
impl ServeCommandHandler
pub fn new(serve_cmd: ServeCommand) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServeCommandHandler
impl RefUnwindSafe for ServeCommandHandler
impl Send for ServeCommandHandler
impl Sync for ServeCommandHandler
impl Unpin for ServeCommandHandler
impl UnsafeUnpin for ServeCommandHandler
impl UnwindSafe for ServeCommandHandler
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