pub struct DiagDecl {
pub params: Vec<Param>,
pub severity: String,
pub template: Vec<TPart>,
}Fields§
§params: Vec<Param>§severity: String§template: Vec<TPart>Auto Trait Implementations§
impl !RefUnwindSafe for DiagDecl
impl !Send for DiagDecl
impl !Sync for DiagDecl
impl !UnwindSafe for DiagDecl
impl Freeze for DiagDecl
impl Unpin for DiagDecl
impl UnsafeUnpin for DiagDecl
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