pub enum StatsigLogLineLevel {
Trace,
Debug,
Log,
Info,
Warn,
Error,
}
Variants§
Implementations§
Source§impl StatsigLogLineLevel
impl StatsigLogLineLevel
pub fn to_status_string(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsigLogLineLevel
impl RefUnwindSafe for StatsigLogLineLevel
impl Send for StatsigLogLineLevel
impl Sync for StatsigLogLineLevel
impl Unpin for StatsigLogLineLevel
impl UnwindSafe for StatsigLogLineLevel
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