Enum below_dump::CommonField [−][src]
pub enum CommonField {
Timestamp,
Datetime,
}Expand description
Fields available to all commands. Each enum represents some semantics and knows how to extract relevant data from a CommonFieldContext.
Variants
Implementations
Default RenderConfig for CommonField
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommonFieldimpl Send for CommonFieldimpl Sync for CommonFieldimpl Unpin for CommonFieldimpl UnwindSafe for CommonFieldBlanket Implementations
Mutably borrows from an owned value. Read more
Calls the given closure and return the result. Read more
Calls the given closure on self.