pub struct DecompressionError(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<PyAny> for DecompressionError
impl AsRef<PyAny> for DecompressionError
Source§impl Deref for DecompressionError
impl Deref for DecompressionError
Source§impl PyTypeInfo for DecompressionError
impl PyTypeInfo for DecompressionError
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_bound(py: Python<'_>) -> Bound<'_, PyType>
fn type_object_bound(py: Python<'_>) -> Bound<'_, PyType>
Returns the safe abstraction over the type object.
impl DerefToPyAny for DecompressionError
impl ToPyErr for DecompressionError
Auto Trait Implementations§
impl !Freeze for DecompressionError
impl !RefUnwindSafe for DecompressionError
impl !Send for DecompressionError
impl !Sync for DecompressionError
impl Unpin for DecompressionError
impl UnwindSafe for DecompressionError
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