pub struct Client { /* private fields */ }
Implementations
sourceimpl Client
impl Client
pub fn new(socket: Socket<DaemonResponse, DaemonRequest>) -> Self
pub async fn send(&mut self, request: DaemonRequest) -> Result<()>
pub async fn poll_status(&mut self) -> Result<()>
pub async fn command(
&mut self,
serial: &str,
command: GoXLRCommand
) -> Result<()>
pub fn status(&self) -> &DaemonStatus
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more