pub type BytesValue = ArcBytes;
Expand description
CEL bytes value type.
Aliased Type§
pub struct BytesValue { /* private fields */ }
Trait Implementations§
Source§impl FromValue for &BytesValue
impl FromValue for &BytesValue
Source§impl FromValue for BytesValue
impl FromValue for BytesValue
Source§impl IntoConstant for BytesValue
impl IntoConstant for BytesValue
Source§fn into_constant(self) -> Constant
fn into_constant(self) -> Constant
Convert this value into a compile-time CEL constant. Read more
Source§impl IntoValue for BytesValue
impl IntoValue for BytesValue
Source§impl<'a> TryFrom<&'a Value> for &'a BytesValue
impl<'a> TryFrom<&'a Value> for &'a BytesValue
Source§impl TryFrom<&Value> for BytesValue
impl TryFrom<&Value> for BytesValue
Source§impl TryFrom<Value> for BytesValue
impl TryFrom<Value> for BytesValue
Source§impl TypedValue for BytesValue
impl TypedValue for BytesValue
Source§fn value_type() -> ValueType
fn value_type() -> ValueType
Returns the CEL type for this value type. Read more