pub struct AttrInput {
pub enum_name: LitStr,
pub allow_name_conflict: bool,
}Fields§
§enum_name: LitStr§allow_name_conflict: boolAuto 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