pub struct ComponentAttribute {
pub name: Ident,
pub value: Option<ComponentAttributeValue>,
}Fields§
§name: Ident§value: Option<ComponentAttributeValue>Trait Implementations§
Source§impl Parse for ComponentAttribute
impl Parse for ComponentAttribute
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for ComponentAttribute
impl !Sync for ComponentAttribute
impl Freeze for ComponentAttribute
impl RefUnwindSafe for ComponentAttribute
impl Unpin for ComponentAttribute
impl UnsafeUnpin for ComponentAttribute
impl UnwindSafe for ComponentAttribute
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