enum PyMethodProtoKind {
Slot(&'static SlotDef),
Call,
Traverse,
Clear,
SlotFragment(&'static SlotFragmentDef),
}
Variants§
Auto Trait Implementations§
impl Freeze for PyMethodProtoKind
impl RefUnwindSafe for PyMethodProtoKind
impl Send for PyMethodProtoKind
impl Sync for PyMethodProtoKind
impl Unpin for PyMethodProtoKind
impl UnwindSafe for PyMethodProtoKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more