enum FieldPyO3Attribute {
Getter(FieldGetter),
FromPyWith(FromPyWithAttribute),
}
Variants
Getter(FieldGetter)
FromPyWith(FromPyWithAttribute)
Trait Implementations
sourceimpl Parse for FieldPyO3Attribute
impl Parse for FieldPyO3Attribute
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for FieldPyO3Attribute
impl !Send for FieldPyO3Attribute
impl !Sync for FieldPyO3Attribute
impl Unpin for FieldPyO3Attribute
impl UnwindSafe for FieldPyO3Attribute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more