pub struct BuildServer { /* private fields */ }Implementations§
Source§impl BuildServer
impl BuildServer
pub fn new(roots: FileSystemRoots) -> BuildServer
pub fn connect(&mut self, msg_sender: Box<dyn MsgSender>) -> BuildConnection
Auto Trait Implementations§
impl Freeze for BuildServer
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