pub enum TerminalParamType {
Duration,
Dataset,
Regex,
Tag(TagType),
}Expand description
Terminal Types for params.
Variants§
Trait Implementations§
Source§impl Clone for TerminalParamType
impl Clone for TerminalParamType
Source§fn clone(&self) -> TerminalParamType
fn clone(&self) -> TerminalParamType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TerminalParamType
impl Debug for TerminalParamType
Source§impl<'de> Deserialize<'de> for TerminalParamType
impl<'de> Deserialize<'de> for TerminalParamType
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 Display for TerminalParamType
impl Display for TerminalParamType
Source§impl PartialEq for TerminalParamType
impl PartialEq for TerminalParamType
Source§fn eq(&self, other: &TerminalParamType) -> bool
fn eq(&self, other: &TerminalParamType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TerminalParamType
impl Serialize for TerminalParamType
impl Copy for TerminalParamType
impl Eq for TerminalParamType
impl StructuralPartialEq for TerminalParamType
Auto Trait Implementations§
impl Freeze for TerminalParamType
impl RefUnwindSafe for TerminalParamType
impl Send for TerminalParamType
impl Sync for TerminalParamType
impl Unpin for TerminalParamType
impl UnsafeUnpin for TerminalParamType
impl UnwindSafe for TerminalParamType
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