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