pub struct DebugCommandBridgeResponse {
pub output: String,
pub current_line: Option<u32>,
pub attached: bool,
pub resumed: bool,
}Fields§
§output: String§current_line: Option<u32>§attached: bool§resumed: boolTrait Implementations§
Source§impl Clone for DebugCommandBridgeResponse
impl Clone for DebugCommandBridgeResponse
Source§fn clone(&self) -> DebugCommandBridgeResponse
fn clone(&self) -> DebugCommandBridgeResponse
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 DebugCommandBridgeResponse
impl RefUnwindSafe for DebugCommandBridgeResponse
impl Send for DebugCommandBridgeResponse
impl Sync for DebugCommandBridgeResponse
impl Unpin for DebugCommandBridgeResponse
impl UnsafeUnpin for DebugCommandBridgeResponse
impl UnwindSafe for DebugCommandBridgeResponse
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