pub struct DebugCommandBridge { /* private fields */ }Implementations§
Source§impl DebugCommandBridge
impl DebugCommandBridge
pub fn new() -> Self
pub fn status(&self) -> DebugCommandBridgeStatus
pub fn close(&self)
pub fn execute( &self, command: impl Into<String>, timeout: Duration, ) -> Result<DebugCommandBridgeResponse, DebugCommandBridgeError>
Trait Implementations§
Source§impl Clone for DebugCommandBridge
impl Clone for DebugCommandBridge
Source§fn clone(&self) -> DebugCommandBridge
fn clone(&self) -> DebugCommandBridge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DebugCommandBridge
impl RefUnwindSafe for DebugCommandBridge
impl Send for DebugCommandBridge
impl Sync for DebugCommandBridge
impl Unpin for DebugCommandBridge
impl UnsafeUnpin for DebugCommandBridge
impl UnwindSafe for DebugCommandBridge
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