[−][src]Enum weld::WeldLogLevel
A logging level for the compiler.
Variants
Off
Error
Warn
Info
Debug
Trace
Trait Implementations
impl From<WeldLogLevel> for LogLevelFilter
[src]
impl From<WeldLogLevel> for LogLevelFilter
fn from(level: WeldLogLevel) -> LogLevelFilter
[src]
fn from(level: WeldLogLevel) -> LogLevelFilter
impl From<LogLevelFilter> for WeldLogLevel
[src]
impl From<LogLevelFilter> for WeldLogLevel
fn from(level: LogLevelFilter) -> WeldLogLevel
[src]
fn from(level: LogLevelFilter) -> WeldLogLevel
impl Copy for WeldLogLevel
[src]
impl Copy for WeldLogLevel
impl Clone for WeldLogLevel
[src]
impl Clone for WeldLogLevel
fn clone(&self) -> WeldLogLevel
[src]
fn clone(&self) -> WeldLogLevel
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialOrd<WeldLogLevel> for WeldLogLevel
[src]
impl PartialOrd<WeldLogLevel> for WeldLogLevel
fn partial_cmp(&self, other: &WeldLogLevel) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &WeldLogLevel) -> Option<Ordering>
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Eq for WeldLogLevel
[src]
impl Eq for WeldLogLevel
impl PartialEq<WeldLogLevel> for WeldLogLevel
[src]
impl PartialEq<WeldLogLevel> for WeldLogLevel
fn eq(&self, other: &WeldLogLevel) -> bool
[src]
fn eq(&self, other: &WeldLogLevel) -> bool
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Display for WeldLogLevel
[src]
impl Display for WeldLogLevel
impl Debug for WeldLogLevel
[src]
impl Debug for WeldLogLevel
Auto Trait Implementations
impl Send for WeldLogLevel
impl Send for WeldLogLevel
impl Sync for WeldLogLevel
impl Sync for WeldLogLevel
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T> ToString for T where
T: Display + ?Sized,
[src]
impl<T> ToString for T where
T: Display + ?Sized,
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T