pub struct EnumConvertAttribute {
path: Path,
needs_wildcard: bool,
}
Fields§
§path: Path
§needs_wildcard: bool
Trait Implementations§
source§impl Parse for EnumConvertAttribute
impl Parse for EnumConvertAttribute
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for EnumConvertAttribute
impl RefUnwindSafe for EnumConvertAttribute
impl !Send for EnumConvertAttribute
impl !Sync for EnumConvertAttribute
impl Unpin for EnumConvertAttribute
impl UnwindSafe for EnumConvertAttribute
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