enum FieldPyO3Option {
Get(get),
Set(set),
Name(NameAttribute),
}
Variants
Get(get)
Set(set)
Name(NameAttribute)
Trait Implementations
sourceimpl Parse for FieldPyO3Option
impl Parse for FieldPyO3Option
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for FieldPyO3Option
impl !Send for FieldPyO3Option
impl !Sync for FieldPyO3Option
impl Unpin for FieldPyO3Option
impl UnwindSafe for FieldPyO3Option
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