pub struct BuildConnection { /* private fields */ }Implementations§
Source§impl BuildConnection
impl BuildConnection
pub fn stop(&self, cmd_id: LiveId)
pub fn run(&self, what: BuildProcess, cmd_id: LiveId, http: String)
pub fn handle_cmd(&self, cmd_wrap: BuildCmdWrap)
Auto Trait Implementations§
impl Freeze for BuildConnection
impl !RefUnwindSafe for BuildConnection
impl Send for BuildConnection
impl !Sync for BuildConnection
impl Unpin for BuildConnection
impl !UnwindSafe for BuildConnection
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