pub(crate) struct DefineSlotInput {
pub(crate) item: ItemStruct,
pub(crate) impl_body: Option<TokenStream>,
}Fields§
§item: ItemStruct§impl_body: Option<TokenStream>Trait Implementations§
Source§impl Parse for DefineSlotInput
impl Parse for DefineSlotInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for DefineSlotInput
impl RefUnwindSafe for DefineSlotInput
impl !Send for DefineSlotInput
impl !Sync for DefineSlotInput
impl Unpin for DefineSlotInput
impl UnsafeUnpin for DefineSlotInput
impl UnwindSafe for DefineSlotInput
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