enum FieldPyO3Attribute {
Getter(FieldGetter),
FromPyWith(KeywordAttribute<from_py_with, LitStrValue<ExprPath>>),
}
Variants§
Getter(FieldGetter)
FromPyWith(KeywordAttribute<from_py_with, LitStrValue<ExprPath>>)
Trait Implementations§
Source§impl Parse for FieldPyO3Attribute
impl Parse for FieldPyO3Attribute
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for FieldPyO3Attribute
impl RefUnwindSafe for FieldPyO3Attribute
impl !Send for FieldPyO3Attribute
impl !Sync for FieldPyO3Attribute
impl Unpin for FieldPyO3Attribute
impl UnwindSafe for FieldPyO3Attribute
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