Struct pyo3::ffi::PyUnicodeErrorObject
source · [−]#[repr(C)]pub struct PyUnicodeErrorObject {
pub exception_base: PyBaseExceptionObject,
pub encoding: *mut PyObject,
pub object: *mut PyObject,
pub start: isize,
pub end: isize,
pub reason: *mut PyObject,
}Fields
exception_base: PyBaseExceptionObjectencoding: *mut PyObjectobject: *mut PyObjectstart: isizeend: isizereason: *mut PyObjectTrait Implementations
sourceimpl Debug for PyUnicodeErrorObject
impl Debug for PyUnicodeErrorObject
impl PyLayout<PyUnicodeError> for PyUnicodeErrorObject
impl PySizedLayout<PyUnicodeError> for PyUnicodeErrorObject
Auto Trait Implementations
impl RefUnwindSafe for PyUnicodeErrorObject
impl !Send for PyUnicodeErrorObject
impl !Sync for PyUnicodeErrorObject
impl Unpin for PyUnicodeErrorObject
impl UnwindSafe for PyUnicodeErrorObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more