pub enum PrnsEvent<'a> {
Message(Message<'a>),
Diagnostic(Diagnostic),
}Variants§
Message(Message<'a>)
Diagnostic(Diagnostic)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PrnsEvent<'a>
impl<'a> RefUnwindSafe for PrnsEvent<'a>
impl<'a> Send for PrnsEvent<'a>
impl<'a> Sync for PrnsEvent<'a>
impl<'a> Unpin for PrnsEvent<'a>
impl<'a> UnsafeUnpin for PrnsEvent<'a>
impl<'a> UnwindSafe for PrnsEvent<'a>
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