pub enum StatsigLogLineLevel {
Trace,
Debug,
Log,
Info,
Warn,
Error,
}Variants§
Implementations§
Source§impl StatsigLogLineLevel
impl StatsigLogLineLevel
pub fn to_status_string(&self) -> String
pub fn from_string(level: &str) -> Option<StatsigLogLineLevel>
Trait Implementations§
Source§impl Clone for StatsigLogLineLevel
impl Clone for StatsigLogLineLevel
Source§fn clone(&self) -> StatsigLogLineLevel
fn clone(&self) -> StatsigLogLineLevel
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 StatsigLogLineLevel
impl Debug for StatsigLogLineLevel
Source§impl PartialEq for StatsigLogLineLevel
impl PartialEq for StatsigLogLineLevel
impl StructuralPartialEq for StatsigLogLineLevel
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