pub struct AttrInput {
pub enum_name: LitStr,
pub allow_name_conflict: bool,
}
Fields§
§enum_name: LitStr
§allow_name_conflict: bool
Auto Trait Implementations§
impl Freeze for AttrInput
impl RefUnwindSafe for AttrInput
impl !Send for AttrInput
impl !Sync for AttrInput
impl Unpin for AttrInput
impl UnwindSafe for AttrInput
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