[−][src]Trait pyo3::class::descr::PyDescrProtocol
Descriptor interface
Provided methods
fn __get__(
slf: Self::Receiver,
instance: Self::Inst,
owner: Option<Self::Owner>
) -> Self::Result where
Self: PyDescrGetProtocol<'p>,
slf: Self::Receiver,
instance: Self::Inst,
owner: Option<Self::Owner>
) -> Self::Result where
Self: PyDescrGetProtocol<'p>,
fn __set__(
slf: Self::Receiver,
instance: Self::Inst,
value: Self::Value
) -> Self::Result where
Self: PyDescrSetProtocol<'p>,
slf: Self::Receiver,
instance: Self::Inst,
value: Self::Value
) -> Self::Result where
Self: PyDescrSetProtocol<'p>,
fn __delete__(&'p self, instance: &'p PyAny) -> Self::Result where
Self: PyDescrDeleteProtocol<'p>,
Self: PyDescrDeleteProtocol<'p>,
fn __set_name__(&'p self, instance: &'p PyAny) -> Self::Result where
Self: PyDescrSetNameProtocol<'p>,
Self: PyDescrSetNameProtocol<'p>,