pub struct MatchFailed { /* private fields */ }
Expand description
Readme and docs match failed diagnostics and codemap files.
Implementations§
Source§impl MatchFailed
impl MatchFailed
Sourcepub fn emit_to_stderr_colored(&self)
pub fn emit_to_stderr_colored(&self)
Print dianostic messages to console with colors.
Trait Implementations§
Source§impl Clone for MatchFailed
impl Clone for MatchFailed
Source§fn clone(&self) -> MatchFailed
fn clone(&self) -> MatchFailed
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MatchFailed
impl Debug for MatchFailed
Auto Trait Implementations§
impl Freeze for MatchFailed
impl RefUnwindSafe for MatchFailed
impl Send for MatchFailed
impl Sync for MatchFailed
impl Unpin for MatchFailed
impl UnwindSafe for MatchFailed
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