pub enum LoggingType {
Verbose,
Info,
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for LoggingType
impl Clone for LoggingType
Source§fn clone(&self) -> LoggingType
fn clone(&self) -> LoggingType
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 LoggingType
impl Debug for LoggingType
Source§impl From<LoggingType> for c_uint
impl From<LoggingType> for c_uint
Source§fn from(value: LoggingType) -> Self
fn from(value: LoggingType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for LoggingType
impl From<u32> for LoggingType
Source§impl Hash for LoggingType
impl Hash for LoggingType
Source§impl PartialEq for LoggingType
impl PartialEq for LoggingType
impl Copy for LoggingType
impl Eq for LoggingType
impl StructuralPartialEq for LoggingType
Auto Trait Implementations§
impl Freeze for LoggingType
impl RefUnwindSafe for LoggingType
impl Send for LoggingType
impl Sync for LoggingType
impl Unpin for LoggingType
impl UnsafeUnpin for LoggingType
impl UnwindSafe for LoggingType
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