Enum logpacket::detail::LogDataChunkKey
source · [−]#[repr(u8)]
pub enum LogDataChunkKey {
LogSessionBegin,
LogSessionEnd,
TextLog,
LineNumber,
FileName,
FunctionName,
ModuleName,
ThreadName,
LogPacketDropCount,
UserSystemClock,
ProcessName,
}
Variants
LogSessionBegin
LogSessionEnd
TextLog
LineNumber
FileName
FunctionName
ModuleName
ThreadName
LogPacketDropCount
UserSystemClock
ProcessName
Trait Implementations
sourceimpl Clone for LogDataChunkKey
impl Clone for LogDataChunkKey
sourcefn clone(&self) -> LogDataChunkKey
fn clone(&self) -> LogDataChunkKey
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LogDataChunkKey
impl Debug for LogDataChunkKey
sourceimpl PartialEq<LogDataChunkKey> for LogDataChunkKey
impl PartialEq<LogDataChunkKey> for LogDataChunkKey
sourcefn eq(&self, other: &LogDataChunkKey) -> bool
fn eq(&self, other: &LogDataChunkKey) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
1.0.0fn ne(&self, other: &Rhs) -> bool
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Copy for LogDataChunkKey
impl Eq for LogDataChunkKey
impl StructuralEq for LogDataChunkKey
impl StructuralPartialEq for LogDataChunkKey
Auto Trait Implementations
impl RefUnwindSafe for LogDataChunkKey
impl Send for LogDataChunkKey
impl Sync for LogDataChunkKey
impl Unpin for LogDataChunkKey
impl UnwindSafe for LogDataChunkKey
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more