pub struct PropsMacroInput {
wrapper_ty: Path,
ext_trait: Option<Option<Ident>>,
ident: Ident,
props: Vec<PropDesc>,
}
Fields§
§wrapper_ty: Path
§ext_trait: Option<Option<Ident>>
§ident: Ident
§props: Vec<PropDesc>
Trait Implementations§
source§impl Parse for PropsMacroInput
impl Parse for PropsMacroInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PropsMacroInput
impl RefUnwindSafe for PropsMacroInput
impl !Send for PropsMacroInput
impl !Sync for PropsMacroInput
impl Unpin for PropsMacroInput
impl UnwindSafe for PropsMacroInput
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