Enum ic_canister_kit::stable::recordable::RecordLevel
source · pub enum RecordLevel {
Trace,
Debug,
Info,
Warn,
Error,
}Expand description
日志记录
Variants§
Trait Implementations§
source§impl CandidType for RecordLevel
impl CandidType for RecordLevel
source§impl Clone for RecordLevel
impl Clone for RecordLevel
source§fn clone(&self) -> RecordLevel
fn clone(&self) -> RecordLevel
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 RecordLevel
impl Debug for RecordLevel
source§impl<'de> Deserialize<'de> for RecordLevel
impl<'de> Deserialize<'de> for RecordLevel
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 Hash for RecordLevel
impl Hash for RecordLevel
source§impl PartialEq for RecordLevel
impl PartialEq for RecordLevel
source§fn eq(&self, other: &RecordLevel) -> bool
fn eq(&self, other: &RecordLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RecordLevel
impl StructuralEq for RecordLevel
impl StructuralPartialEq for RecordLevel
Auto Trait Implementations§
impl RefUnwindSafe for RecordLevel
impl Send for RecordLevel
impl Sync for RecordLevel
impl Unpin for RecordLevel
impl UnwindSafe for RecordLevel
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