Struct pyo3_macros_backend::module::PyFnArgs
source · [−]pub struct PyFnArgs {
modname: Path,
options: PyFunctionOptions,
}
Fields
modname: Path
options: PyFunctionOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyFnArgs
impl !Send for PyFnArgs
impl !Sync for PyFnArgs
impl Unpin for PyFnArgs
impl UnwindSafe for PyFnArgs
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