enum PyModulePyO3Option {
Submodule(submodule),
Crate(KeywordAttribute<Crate, LitStrValue<Path>>),
Name(KeywordAttribute<name, NameLitStr>),
Module(KeywordAttribute<module, LitStr>),
GILUsed(KeywordAttribute<gil_used, LitBool>),
}
Variants§
Submodule(submodule)
Crate(KeywordAttribute<Crate, LitStrValue<Path>>)
Name(KeywordAttribute<name, NameLitStr>)
Module(KeywordAttribute<module, LitStr>)
GILUsed(KeywordAttribute<gil_used, LitBool>)
Trait Implementations§
Source§impl Parse for PyModulePyO3Option
impl Parse for PyModulePyO3Option
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PyModulePyO3Option
impl RefUnwindSafe for PyModulePyO3Option
impl !Send for PyModulePyO3Option
impl !Sync for PyModulePyO3Option
impl Unpin for PyModulePyO3Option
impl UnwindSafe for PyModulePyO3Option
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