Enum pyo3_derive_backend::method::FnType
source · pub enum FnType {
Getter(Option<String>),
Setter(Option<String>),
Fn,
FnNew,
FnInit,
FnCall,
FnClass,
FnStatic,
}Variants
Getter(Option<String>)
Setter(Option<String>)
Fn
FnNew
FnInit
FnCall
FnClass
FnStatic
Trait Implementations
impl StructuralPartialEq for FnType
Auto Trait Implementations
impl RefUnwindSafe for FnType
impl Send for FnType
impl Sync for FnType
impl Unpin for FnType
impl UnwindSafe for FnType
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