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