#[repr(C)]pub enum AndroidLogLevel {
Verbose = 2,
Debug = 3,
Info = 4,
Warn = 5,
Error = 6,
}
Variants§
Implementations§
Source§impl AndroidLogLevel
impl AndroidLogLevel
pub fn from_level(level: Level) -> Self
Trait Implementations§
Source§impl Clone for AndroidLogLevel
impl Clone for AndroidLogLevel
Source§fn clone(&self) -> AndroidLogLevel
fn clone(&self) -> AndroidLogLevel
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 AndroidLogLevel
impl Debug for AndroidLogLevel
Source§impl PartialEq for AndroidLogLevel
impl PartialEq for AndroidLogLevel
impl Copy for AndroidLogLevel
impl Eq for AndroidLogLevel
impl StructuralPartialEq for AndroidLogLevel
Auto Trait Implementations§
impl Freeze for AndroidLogLevel
impl RefUnwindSafe for AndroidLogLevel
impl Send for AndroidLogLevel
impl Sync for AndroidLogLevel
impl Unpin for AndroidLogLevel
impl UnwindSafe for AndroidLogLevel
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