pub struct DebugCommand {
pub name: String,
pub agent: Option<String>,
pub tech_stack: Option<String>,
pub project: Option<String>,
}Fields§
§name: String§agent: Option<String>§tech_stack: Option<String>§project: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugCommand
impl RefUnwindSafe for DebugCommand
impl Send for DebugCommand
impl Sync for DebugCommand
impl Unpin for DebugCommand
impl UnwindSafe for DebugCommand
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