Struct pyo3_derive_backend::defs::Proto
source · pub struct Proto {
pub name: &'static str,
pub methods: &'static [MethodProto],
pub py_methods: &'static [PyMethod],
}Fields
name: &'static strmethods: &'static [MethodProto]py_methods: &'static [PyMethod]Auto Trait Implementations
impl RefUnwindSafe for Proto
impl Send for Proto
impl Sync for Proto
impl Unpin for Proto
impl UnwindSafe for Proto
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