Struct pyo3_derive_backend::defs::PyMethod
source · Fields
name: &'static strproto: &'static strAuto Trait Implementations
impl RefUnwindSafe for PyMethod
impl Send for PyMethod
impl Sync for PyMethod
impl Unpin for PyMethod
impl UnwindSafe for PyMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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