struct NamedStructField<'a> {
ident: &'a Ident,
getter: Option<FieldGetter>,
from_py_with: Option<KeywordAttribute<from_py_with, LitStrValue<ExprPath>>>,
}
Fields§
§ident: &'a Ident
§getter: Option<FieldGetter>
§from_py_with: Option<KeywordAttribute<from_py_with, LitStrValue<ExprPath>>>
Auto Trait Implementations§
impl<'a> Freeze for NamedStructField<'a>
impl<'a> RefUnwindSafe for NamedStructField<'a>
impl<'a> !Send for NamedStructField<'a>
impl<'a> !Sync for NamedStructField<'a>
impl<'a> Unpin for NamedStructField<'a>
impl<'a> UnwindSafe for NamedStructField<'a>
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