pub type StringValue = ArcStr;
Expand description
CEL string value type.
Aliased Type§
pub struct StringValue { /* private fields */ }
Trait Implementations§
Source§impl FromMapKey for &StringValue
impl FromMapKey for &StringValue
Source§fn from_mapkey<'a>(
mapkey: &'a MapKey,
) -> Result<<Self as FromValue>::Output<'a>, FromMapKeyError>
fn from_mapkey<'a>( mapkey: &'a MapKey, ) -> Result<<Self as FromValue>::Output<'a>, FromMapKeyError>
Source§impl FromMapKey for StringValue
impl FromMapKey for StringValue
Source§fn from_mapkey<'a>(
mapkey: &'a MapKey,
) -> Result<<Self as FromValue>::Output<'a>, FromMapKeyError>
fn from_mapkey<'a>( mapkey: &'a MapKey, ) -> Result<<Self as FromValue>::Output<'a>, FromMapKeyError>
Source§impl FromValue for &StringValue
impl FromValue for &StringValue
Source§impl FromValue for StringValue
impl FromValue for StringValue
Source§impl IntoConstant for StringValue
impl IntoConstant for StringValue
Source§fn into_constant(self) -> Constant
fn into_constant(self) -> Constant
Convert this value into a compile-time CEL constant. Read more
Source§impl IntoMapKey for StringValue
impl IntoMapKey for StringValue
Source§fn into_mapkey(self) -> MapKey
fn into_mapkey(self) -> MapKey
Converts this value into a CEL
MapKey
.Source§impl IntoValue for StringValue
impl IntoValue for StringValue
Source§impl<'a> TryFrom<&'a MapKey> for &'a StringValue
impl<'a> TryFrom<&'a MapKey> for &'a StringValue
Source§impl TryFrom<&MapKey> for StringValue
impl TryFrom<&MapKey> for StringValue
Source§impl<'a> TryFrom<&'a Value> for &'a StringValue
impl<'a> TryFrom<&'a Value> for &'a StringValue
Source§impl TryFrom<&Value> for StringValue
impl TryFrom<&Value> for StringValue
Source§impl TryFrom<MapKey> for StringValue
impl TryFrom<MapKey> for StringValue
Source§impl TryFrom<Value> for StringValue
impl TryFrom<Value> for StringValue
Source§impl TypedMapKey for StringValue
impl TypedMapKey for StringValue
Source§fn mapkey_type() -> MapKeyType
fn mapkey_type() -> MapKeyType
Returns the CEL map key type for this type.
Source§impl TypedValue for StringValue
impl TypedValue for StringValue
Source§fn value_type() -> ValueType
fn value_type() -> ValueType
Returns the CEL type for this value type. Read more