pub struct DebugCommandBridgeStatus {
pub attached: bool,
pub current_line: Option<u32>,
}Fields§
§attached: bool§current_line: Option<u32>Auto Trait Implementations§
impl Freeze for DebugCommandBridgeStatus
impl RefUnwindSafe for DebugCommandBridgeStatus
impl Send for DebugCommandBridgeStatus
impl Sync for DebugCommandBridgeStatus
impl Unpin for DebugCommandBridgeStatus
impl UnsafeUnpin for DebugCommandBridgeStatus
impl UnwindSafe for DebugCommandBridgeStatus
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