Enum tramex_tools::interface::layer::LayerLogLevel
source · pub enum LayerLogLevel {
Debug,
Warn,
}
Expand description
LayerLogLevel enum
Variants§
Trait Implementations§
source§impl Clone for LayerLogLevel
impl Clone for LayerLogLevel
source§fn clone(&self) -> LayerLogLevel
fn clone(&self) -> LayerLogLevel
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 LayerLogLevel
impl Debug for LayerLogLevel
source§impl Default for LayerLogLevel
impl Default for LayerLogLevel
source§fn default() -> LayerLogLevel
fn default() -> LayerLogLevel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LayerLogLevel
impl<'de> Deserialize<'de> for LayerLogLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for LayerLogLevel
impl Serialize for LayerLogLevel
Auto Trait Implementations§
impl RefUnwindSafe for LayerLogLevel
impl Send for LayerLogLevel
impl Sync for LayerLogLevel
impl Unpin for LayerLogLevel
impl UnwindSafe for LayerLogLevel
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