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