Enum cassandra_cpp::LogLevel [−][src]
pub enum LogLevel {
DISABLED,
CRITICAL,
ERROR,
WARN,
INFO,
DEBUG,
TRACE,
LAST_ENTRY,
}Expand description
The possible logging levels that can be set.
Variants
Implementations
impl LogLevel[src]
impl LogLevel[src]pub fn variants() -> &'static [LogLevel][src]
pub fn variants() -> &'static [LogLevel][src]List all the possible values of this enumeration.
Trait Implementations
impl Ord for LogLevel[src]
impl Ord for LogLevel[src]impl PartialOrd<LogLevel> for LogLevel[src]
impl PartialOrd<LogLevel> for LogLevel[src]fn partial_cmp(&self, other: &LogLevel) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &LogLevel) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.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) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for LogLevel[src]
impl Eq for LogLevel[src]
impl StructuralEq for LogLevel[src]
impl StructuralPartialEq for LogLevel[src]
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,