Struct beancount_parser_lima::types::WarningKind
source · pub struct WarningKind;Expand description
Marker type for ErrorOrWarning warning.
Trait Implementations§
source§impl Clone for WarningKind
impl Clone for WarningKind
source§fn clone(&self) -> WarningKind
fn clone(&self) -> WarningKind
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 WarningKind
impl Debug for WarningKind
source§impl ErrorOrWarningKind for WarningKind
impl ErrorOrWarningKind for WarningKind
fn report_kind() -> ReportKind<'static>
fn color() -> Color
Auto Trait Implementations§
impl RefUnwindSafe for WarningKind
impl Send for WarningKind
impl Sync for WarningKind
impl Unpin for WarningKind
impl UnwindSafe for WarningKind
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