pub struct SqlCipherMemoryStore { /* private fields */ }Trait Implementations§
Source§impl HasPyGilRef for SqlCipherMemoryStore
impl HasPyGilRef for SqlCipherMemoryStore
Source§type AsRefTarget = PyCell<SqlCipherMemoryStore>
type AsRefTarget = PyCell<SqlCipherMemoryStore>
Utility type to make Py::as_ref work.
Source§impl PyClass for SqlCipherMemoryStore
impl PyClass for SqlCipherMemoryStore
Source§impl PyClassImpl for SqlCipherMemoryStore
impl PyClassImpl for SqlCipherMemoryStore
Source§const IS_BASETYPE: bool = false
const IS_BASETYPE: bool = false
#[pyclass(subclass)]
Source§const IS_SUBCLASS: bool = false
const IS_SUBCLASS: bool = false
#[pyclass(extends=…)]
Source§const IS_MAPPING: bool = false
const IS_MAPPING: bool = false
#[pyclass(mapping)]
Source§const IS_SEQUENCE: bool = false
const IS_SEQUENCE: bool = false
#[pyclass(sequence)]
Source§type ThreadChecker = SendablePyClass<SqlCipherMemoryStore>
type ThreadChecker = SendablePyClass<SqlCipherMemoryStore>
This handles following two situations: Read more
Source§type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
Immutable or mutable
Source§type BaseNativeType = PyAny
type BaseNativeType = PyAny
The closest native ancestor. This is
PyAny by default, and when you declare
#[pyclass(extends=PyDict)], it’s PyDict.fn items_iter() -> PyClassItemsIter
fn lazy_type_object() -> &'static LazyTypeObject<Self>
fn dict_offset() -> Option<isize>
fn weaklist_offset() -> Option<isize>
Source§impl PyClassNewTextSignature<SqlCipherMemoryStore> for PyClassImplCollector<SqlCipherMemoryStore>
impl PyClassNewTextSignature<SqlCipherMemoryStore> for PyClassImplCollector<SqlCipherMemoryStore>
fn new_text_signature(self) -> Option<&'static str>
Source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a SqlCipherMemoryStore
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a SqlCipherMemoryStore
Source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut SqlCipherMemoryStore
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut SqlCipherMemoryStore
Source§impl PyMethods<SqlCipherMemoryStore> for PyClassImplCollector<SqlCipherMemoryStore>
impl PyMethods<SqlCipherMemoryStore> for PyClassImplCollector<SqlCipherMemoryStore>
fn py_methods(self) -> &'static PyClassItems
Source§impl PyTypeInfo for SqlCipherMemoryStore
impl PyTypeInfo for SqlCipherMemoryStore
Source§fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
Returns the PyTypeObject instance for this type.
Source§fn type_object(py: Python<'_>) -> &PyType
fn type_object(py: Python<'_>) -> &PyType
👎Deprecated since 0.21.0:
PyTypeInfo::type_object will be replaced by PyTypeInfo::type_object_bound in a future PyO3 version
Returns the safe abstraction over the type object.
Source§fn type_object_bound(py: Python<'_>) -> Bound<'_, PyType>
fn type_object_bound(py: Python<'_>) -> Bound<'_, PyType>
Returns the safe abstraction over the type object.
Source§fn is_type_of(object: &PyAny) -> bool
fn is_type_of(object: &PyAny) -> bool
👎Deprecated since 0.21.0:
PyTypeInfo::is_type_of will be replaced by PyTypeInfo::is_type_of_bound in a future PyO3 version
Checks if
object is an instance of this type or a subclass of this type.Source§fn is_type_of_bound(object: &Bound<'_, PyAny>) -> bool
fn is_type_of_bound(object: &Bound<'_, PyAny>) -> bool
Checks if
object is an instance of this type or a subclass of this type.Source§fn is_exact_type_of(object: &PyAny) -> bool
fn is_exact_type_of(object: &PyAny) -> bool
👎Deprecated since 0.21.0:
PyTypeInfo::is_exact_type_of will be replaced by PyTypeInfo::is_exact_type_of_bound in a future PyO3 version
Checks if
object is an instance of this type.impl DerefToPyAny for SqlCipherMemoryStore
Auto Trait Implementations§
impl !Freeze for SqlCipherMemoryStore
impl !RefUnwindSafe for SqlCipherMemoryStore
impl Send for SqlCipherMemoryStore
impl !Sync for SqlCipherMemoryStore
impl Unpin for SqlCipherMemoryStore
impl UnsafeUnpin for SqlCipherMemoryStore
impl !UnwindSafe for SqlCipherMemoryStore
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
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request