Struct ra_ap_proc_macro_api::MacroPanic
source · [−]pub struct MacroPanic {
pub message: String,
}Fields
message: StringAuto Trait Implementations
impl RefUnwindSafe for MacroPanic
impl Send for MacroPanic
impl Sync for MacroPanic
impl Unpin for MacroPanic
impl UnwindSafe for MacroPanic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more