pub struct BuildClient {
pub cmd_sender: Sender<BuildCmdWrap>,
pub msg_signal: SignalToUI,
pub msg_receiver: Receiver<BuildClientMessageWrap>,
}Fields§
§cmd_sender: Sender<BuildCmdWrap>§msg_signal: SignalToUI§msg_receiver: Receiver<BuildClientMessageWrap>Implementations§
Source§impl BuildClient
impl BuildClient
pub fn send_cmd_with_id(&self, cmd_id: LiveId, cmd: BuildCmd)
pub fn new_with_local_server(roots: FileSystemRoots) -> Self
Auto Trait Implementations§
impl Freeze for BuildClient
impl RefUnwindSafe for BuildClient
impl Send for BuildClient
impl !Sync for BuildClient
impl Unpin for BuildClient
impl UnwindSafe for BuildClient
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