pub enum ComponentAttributeValue {
Literal(Literal),
Ident(Ident),
Expr(ParenExpr<AttributeValueNode>),
}Variants§
Trait Implementations§
Source§impl Parse for ComponentAttributeValue
impl Parse for ComponentAttributeValue
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for ComponentAttributeValue
impl !Sync for ComponentAttributeValue
impl Freeze for ComponentAttributeValue
impl RefUnwindSafe for ComponentAttributeValue
impl Unpin for ComponentAttributeValue
impl UnsafeUnpin for ComponentAttributeValue
impl UnwindSafe for ComponentAttributeValue
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