Struct pyo3_macros_backend::WrapPyFunctionArgs
source · [−]pub struct WrapPyFunctionArgs { /* private fields */ }
Trait Implementations
sourceimpl Parse for WrapPyFunctionArgs
impl Parse for WrapPyFunctionArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for WrapPyFunctionArgs
impl !Send for WrapPyFunctionArgs
impl !Sync for WrapPyFunctionArgs
impl Unpin for WrapPyFunctionArgs
impl UnwindSafe for WrapPyFunctionArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more