pub enum GdbInstruction {
Command(String),
Break,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdbInstruction
impl RefUnwindSafe for GdbInstruction
impl Send for GdbInstruction
impl Sync for GdbInstruction
impl Unpin for GdbInstruction
impl UnwindSafe for GdbInstruction
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