Struct makepad_studio::build_manager::rustc_json::RustcCode
source · pub struct RustcCode {
pub code: String,
pub explanation: Option<String>,
}Fields§
§code: String§explanation: Option<String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RustcCode
impl Send for RustcCode
impl Sync for RustcCode
impl Unpin for RustcCode
impl UnwindSafe for RustcCode
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