pub type Timestamp = DateTime<Utc>;
Expand description
CEL timestamp type.
Aliased Type§
pub struct Timestamp { /* private fields */ }
Trait Implementations§
Source§impl IntoConstant for Timestamp
impl IntoConstant for Timestamp
Source§fn into_constant(self) -> Constant
fn into_constant(self) -> Constant
Convert this value into a compile-time CEL constant. Read more
Source§impl TypedValue for Timestamp
impl TypedValue for Timestamp
Source§fn value_type() -> ValueType
fn value_type() -> ValueType
Returns the CEL type for this value type. Read more