pub enum LogLevel {
DEBUG,
INFO,
WARN,
ERROR,
MUTE,
}
Expand description
Log levels.
Variants
DEBUG
INFO
WARN
ERROR
MUTE
Trait Implementations
impl Clone for GExiv2LogLevel
impl Clone for GExiv2LogLevel
fn clone(&self) -> GExiv2LogLevel
fn clone(&self) -> GExiv2LogLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for GExiv2LogLevel
impl Debug for GExiv2LogLevel
impl Default for GExiv2LogLevel
impl Default for GExiv2LogLevel
fn default() -> GExiv2LogLevel
fn default() -> GExiv2LogLevel
Returns the “default value” for a type. Read more
impl Hash for GExiv2LogLevel
impl Hash for GExiv2LogLevel
impl PartialEq<GExiv2LogLevel> for GExiv2LogLevel
impl PartialEq<GExiv2LogLevel> for GExiv2LogLevel
fn eq(&self, other: &GExiv2LogLevel) -> bool
fn eq(&self, other: &GExiv2LogLevel) -> bool
impl Copy for GExiv2LogLevel
impl Eq for GExiv2LogLevel
impl StructuralEq for GExiv2LogLevel
impl StructuralPartialEq for GExiv2LogLevel
Auto Trait Implementations
impl RefUnwindSafe for GExiv2LogLevel
impl Send for GExiv2LogLevel
impl Sync for GExiv2LogLevel
impl Unpin for GExiv2LogLevel
impl UnwindSafe for GExiv2LogLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more