pub struct HttpTimeoutError(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<PyAny> for HttpTimeoutError
impl AsRef<PyAny> for HttpTimeoutError
Source§impl Deref for HttpTimeoutError
impl Deref for HttpTimeoutError
Source§impl PyTypeInfo for HttpTimeoutError
impl PyTypeInfo for HttpTimeoutError
Source§fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
Returns the PyTypeObject instance for this type.
§fn type_object_bound(py: Python<'_>) -> Bound<'_, PyType>
fn type_object_bound(py: Python<'_>) -> Bound<'_, PyType>
Returns the safe abstraction over the type object.
§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.§fn is_exact_type_of_bound(object: &Bound<'_, PyAny>) -> bool
fn is_exact_type_of_bound(object: &Bound<'_, PyAny>) -> bool
Checks if
object
is an instance of this type.impl DerefToPyAny for HttpTimeoutError
impl ToPyErr for HttpTimeoutError
Auto Trait Implementations§
impl !Freeze for HttpTimeoutError
impl !RefUnwindSafe for HttpTimeoutError
impl !Send for HttpTimeoutError
impl !Sync for HttpTimeoutError
impl Unpin for HttpTimeoutError
impl UnwindSafe for HttpTimeoutError
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