pub struct ControlClient { /* private fields */ }Implementations§
Source§impl ControlClient
impl ControlClient
pub fn new(paths: RuntimePaths) -> Self
pub fn paths(&self) -> &RuntimePaths
pub async fn ping(&self) -> Result<()>
Trait Implementations§
Source§impl Clone for ControlClient
impl Clone for ControlClient
Source§fn clone(&self) -> ControlClient
fn clone(&self) -> ControlClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ControlClient
impl RefUnwindSafe for ControlClient
impl Send for ControlClient
impl Sync for ControlClient
impl Unpin for ControlClient
impl UnsafeUnpin for ControlClient
impl UnwindSafe for ControlClient
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