Enum UnifiedLogType
pub enum UnifiedLogType {
Empty,
StructuredLogLine,
CopperList,
LastEntry,
}
Expand description
Defines the types of what can be logged in the unified logger.
Variants§
Trait Implementations§
§impl<'__de> BorrowDecode<'__de> for UnifiedLogType
impl<'__de> BorrowDecode<'__de> for UnifiedLogType
§fn borrow_decode<__D>(decoder: &mut __D) -> Result<UnifiedLogType, DecodeError>where
__D: BorrowDecoder<'__de>,
fn borrow_decode<__D>(decoder: &mut __D) -> Result<UnifiedLogType, DecodeError>where
__D: BorrowDecoder<'__de>,
Attempt to decode this type with the given BorrowDecode.
§impl Clone for UnifiedLogType
impl Clone for UnifiedLogType
§fn clone(&self) -> UnifiedLogType
fn clone(&self) -> UnifiedLogType
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 more§impl Debug for UnifiedLogType
impl Debug for UnifiedLogType
§impl Decode for UnifiedLogType
impl Decode for UnifiedLogType
§fn decode<__D>(decoder: &mut __D) -> Result<UnifiedLogType, DecodeError>where
__D: Decoder,
fn decode<__D>(decoder: &mut __D) -> Result<UnifiedLogType, DecodeError>where
__D: Decoder,
Attempt to decode this type with the given Decode.
§impl Encode for UnifiedLogType
impl Encode for UnifiedLogType
§impl PartialEq for UnifiedLogType
impl PartialEq for UnifiedLogType
impl Copy for UnifiedLogType
impl StructuralPartialEq for UnifiedLogType
Auto Trait Implementations§
impl Freeze for UnifiedLogType
impl RefUnwindSafe for UnifiedLogType
impl Send for UnifiedLogType
impl Sync for UnifiedLogType
impl Unpin for UnifiedLogType
impl UnwindSafe for UnifiedLogType
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