pub struct Request {
pub crate_type: String,
pub tests: bool,
pub mode: String,
pub channel: String,
pub edition: String,
pub backtrace: bool,
pub code: String,
pub assembly_flavor: String,
pub demangle_assembly: String,
pub process_assembly: String,
pub target: String,
}
Fields§
§crate_type: String
§tests: bool
§mode: String
§channel: String
§edition: String
§backtrace: bool
§code: String
§assembly_flavor: String
§demangle_assembly: String
§process_assembly: String
§target: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Request
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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