pub enum BuildLogLevel {
Trace,
Info,
Warn,
Error,
}Expand description
The level of a build log message.
Variants§
Trait Implementations§
Source§impl Clone for BuildLogLevel
impl Clone for BuildLogLevel
Source§fn clone(&self) -> BuildLogLevel
fn clone(&self) -> BuildLogLevel
Returns a duplicate 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 BuildLogLevel
impl Debug for BuildLogLevel
Source§impl Display for BuildLogLevel
impl Display for BuildLogLevel
Source§impl PartialEq for BuildLogLevel
impl PartialEq for BuildLogLevel
impl Copy for BuildLogLevel
impl Eq for BuildLogLevel
impl StructuralPartialEq for BuildLogLevel
Auto Trait Implementations§
impl Freeze for BuildLogLevel
impl RefUnwindSafe for BuildLogLevel
impl Send for BuildLogLevel
impl Sync for BuildLogLevel
impl Unpin for BuildLogLevel
impl UnsafeUnpin for BuildLogLevel
impl UnwindSafe for BuildLogLevel
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