pub struct RustcCode {
pub code: String,
pub explanation: Option<String>,
}Fields§
§code: String§explanation: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustcCode
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> ActionTrait for T
impl<T> ActionTrait for T
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