Struct makepad_studio::build_manager::build_server::BuildServer
source · pub struct BuildServer { /* private fields */ }Implementations§
source§impl BuildServer
impl BuildServer
pub fn new<P: Into<PathBuf>>(path: P) -> BuildServer
pub fn connect(&mut self, msg_sender: Box<dyn MsgSender>) -> BuildConnection
Auto Trait Implementations§
impl RefUnwindSafe for BuildServer
impl Send for BuildServer
impl Sync for BuildServer
impl Unpin for BuildServer
impl UnwindSafe for BuildServer
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