Enum gluon_base::DebugLevel
source · pub enum DebugLevel {
None,
Low,
High,
}
Variants§
Trait Implementations§
source§impl Clone for DebugLevel
impl Clone for DebugLevel
source§fn clone(&self) -> DebugLevel
fn clone(&self) -> DebugLevel
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 DebugLevel
impl Debug for DebugLevel
source§impl Default for DebugLevel
impl Default for DebugLevel
source§fn default() -> DebugLevel
fn default() -> DebugLevel
Returns the “default value” for a type. Read more
source§impl Display for DebugLevel
impl Display for DebugLevel
Auto Trait Implementations§
impl RefUnwindSafe for DebugLevel
impl Send for DebugLevel
impl Sync for DebugLevel
impl Unpin for DebugLevel
impl UnwindSafe for DebugLevel
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