Struct pyo3::ffi::PyUnicodeErrorObject[][src]

#[repr(C)]
pub struct PyUnicodeErrorObject { pub exception_base: PyBaseExceptionObject, pub encoding: *mut PyObject, pub object: *mut PyObject, pub start: Py_ssize_t, pub end: Py_ssize_t, pub reason: *mut PyObject, }

Fields

exception_base: PyBaseExceptionObjectencoding: *mut PyObjectobject: *mut PyObjectstart: Py_ssize_tend: Py_ssize_treason: *mut PyObject

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.