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