Struct ra_ap_proc_macro_api::MacroPanic
source · pub struct MacroPanic {
pub message: String,
}
Fields§
§message: String
Auto Trait Implementations§
impl RefUnwindSafe for MacroPanic
impl Send for MacroPanic
impl Sync for MacroPanic
impl Unpin for MacroPanic
impl UnwindSafe for MacroPanic
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