pub type AttrValue = IString;
Expand description
Attribute value
Aliased Type§
pub enum AttrValue {
Static(&'static str),
Rc(Rc<str>),
}
Variants§
Implementations
Trait Implementations§
Source§impl IntoPropValue<ChildrenRenderer<VNode>> for AttrValue
impl IntoPropValue<ChildrenRenderer<VNode>> for AttrValue
Source§fn into_prop_value(self) -> ChildrenRenderer<VNode>
fn into_prop_value(self) -> ChildrenRenderer<VNode>
Convert
self
to a value of a Properties
struct.Source§impl IntoPropValue<VNode> for &AttrValue
impl IntoPropValue<VNode> for &AttrValue
Source§fn into_prop_value(self) -> VNode
fn into_prop_value(self) -> VNode
Convert
self
to a value of a Properties
struct.Source§impl IntoPropValue<VNode> for AttrValue
impl IntoPropValue<VNode> for AttrValue
Source§fn into_prop_value(self) -> VNode
fn into_prop_value(self) -> VNode
Convert
self
to a value of a Properties
struct.§impl<'de> Deserialize<'de> for IString
impl<'de> Deserialize<'de> for IString
§fn deserialize<D>(
deserializer: D,
) -> Result<IString, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<IString, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl ImplicitClone for IString
impl ImplicitClone for IString
§fn implicit_clone(&self) -> Self
fn implicit_clone(&self) -> Self
This function is not magic; it is literally defined as Read more
§impl Ord for IString
impl Ord for IString
§impl PartialOrd<&String> for IString
impl PartialOrd<&String> for IString
§impl PartialOrd<&str> for IString
impl PartialOrd<&str> for IString
§impl PartialOrd<String> for IString
impl PartialOrd<String> for IString
§impl PartialOrd<str> for IString
impl PartialOrd<str> for IString
§impl PartialOrd for IString
impl PartialOrd for IString
§impl Serialize for IString
impl Serialize for IString
§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more