20 lines
132 KiB
HTML
20 lines
132 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `PyBaseExceptionObject` struct in crate `pyo3`."><title>PyBaseExceptionObject in pyo3::ffi - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-46132b98.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="pyo3" data-themes="" data-resource-suffix="" data-rustdoc-version="1.85.1 (4eb161250 2025-03-15)" data-channel="1.85.1" data-search-js="search-75f5ac3e.js" data-settings-js="settings-0f613d39.js" ><script src="../../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../pyo3/index.html">pyo3</a><span class="version">0.24.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">PyBase<wbr>Exception<wbr>Object</a></h2><h3><a href="#fields">Fields</a></h3><ul class="block structfield"><li><a href="#structfield.args" title="args">args</a></li><li><a href="#structfield.cause" title="cause">cause</a></li><li><a href="#structfield.context" title="context">context</a></li><li><a href="#structfield.dict" title="dict">dict</a></li><li><a href="#structfield.notes" title="notes">notes</a></li><li><a href="#structfield.ob_base" title="ob_base">ob_base</a></li><li><a href="#structfield.suppress_context" title="suppress_context">suppress_context</a></li><li><a href="#structfield.traceback" title="traceback">traceback</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Debug-for-PyBaseExceptionObject" title="Debug">Debug</a></li><li><a href="#impl-PyLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" title="PyLayout<PyArithmeticError>">PyLayout<PyArithmeticError></a></li><li><a href="#impl-PyLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" title="PyLayout<PyAssertionError>">PyLayout<PyAssertionError></a></li><li><a href="#impl-PyLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyAttributeError>">PyLayout<PyAttributeError></a></li><li><a href="#impl-PyLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" title="PyLayout<PyBaseException>">PyLayout<PyBaseException></a></li><li><a href="#impl-PyLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" title="PyLayout<PyBaseExceptionGroup>">PyLayout<PyBaseExceptionGroup></a></li><li><a href="#impl-PyLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" title="PyLayout<PyBlockingIOError>">PyLayout<PyBlockingIOError></a></li><li><a href="#impl-PyLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyBrokenPipeError>">PyLayout<PyBrokenPipeError></a></li><li><a href="#impl-PyLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" title="PyLayout<PyBufferError>">PyLayout<PyBufferError></a></li><li><a href="#impl-PyLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyBytesWarning>">PyLayout<PyBytesWarning></a></li><li><a href="#impl-PyLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" title="PyLayout<PyChildProcessError>">PyLayout<PyChildProcessError></a></li><li><a href="#impl-PyLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" title="PyLayout<PyConnectionAbortedError>">PyLayout<PyConnectionAbortedError></a></li><li><a href="#impl-PyLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" title="PyLayout<PyConnectionError>">PyLayout<PyConnectionError></a></li><li><a href="#impl-PyLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" title="PyLayout<PyConnectionRefusedError>">PyLayout<PyConnectionRefusedError></a></li><li><a href="#impl-PyLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" title="PyLayout<PyConnectionResetError>">PyLayout<PyConnectionResetError></a></li><li><a href="#impl-PyLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyDeprecationWarning>">PyLayout<PyDeprecationWarning></a></li><li><a href="#impl-PyLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" title="PyLayout<PyEOFError>">PyLayout<PyEOFError></a></li><li><a href="#impl-PyLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyEncodingWarning>">PyLayout<PyEncodingWarning></a></li><li><a href="#impl-PyLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" title="PyLayout<PyEnvironmentError>">PyLayout<PyEnvironmentError></a></li><li><a href="#impl-PyLayout%3CPyException%3E-for-PyBaseExceptionObject" title="PyLayout<PyException>">PyLayout<PyException></a></li><li><a href="#impl-PyLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" title="PyLayout<PyFileExistsError>">PyLayout<PyFileExistsError></a></li><li><a href="#impl-PyLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" title="PyLayout<PyFileNotFoundError>">PyLayout<PyFileNotFoundError></a></li><li><a href="#impl-PyLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" title="PyLayout<PyFloatingPointError>">PyLayout<PyFloatingPointError></a></li><li><a href="#impl-PyLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyFutureWarning>">PyLayout<PyFutureWarning></a></li><li><a href="#impl-PyLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" title="PyLayout<PyGeneratorExit>">PyLayout<PyGeneratorExit></a></li><li><a href="#impl-PyLayout%3CPyIOError%3E-for-PyBaseExceptionObject" title="PyLayout<PyIOError>">PyLayout<PyIOError></a></li><li><a href="#impl-PyLayout%3CPyImportError%3E-for-PyBaseExceptionObject" title="PyLayout<PyImportError>">PyLayout<PyImportError></a></li><li><a href="#impl-PyLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyImportWarning>">PyLayout<PyImportWarning></a></li><li><a href="#impl-PyLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" title="PyLayout<PyIndexError>">PyLayout<PyIndexError></a></li><li><a href="#impl-PyLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" title="PyLayout<PyInterruptedError>">PyLayout<PyInterruptedError></a></li><li><a href="#impl-PyLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" title="PyLayout<PyIsADirectoryError>">PyLayout<PyIsADirectoryError></a></li><li><a href="#impl-PyLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" title="PyLayout<PyKeyError>">PyLayout<PyKeyError></a></li><li><a href="#impl-PyLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" title="PyLayout<PyKeyboardInterrupt>">PyLayout<PyKeyboardInterrupt></a></li><li><a href="#impl-PyLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" title="PyLayout<PyLookupError>">PyLayout<PyLookupError></a></li><li><a href="#impl-PyLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" title="PyLayout<PyMemoryError>">PyLayout<PyMemoryError></a></li><li><a href="#impl-PyLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" title="PyLayout<PyModuleNotFoundError>">PyLayout<PyModuleNotFoundError></a></li><li><a href="#impl-PyLayout%3CPyNameError%3E-for-PyBaseExceptionObject" title="PyLayout<PyNameError>">PyLayout<PyNameError></a></li><li><a href="#impl-PyLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" title="PyLayout<PyNotADirectoryError>">PyLayout<PyNotADirectoryError></a></li><li><a href="#impl-PyLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" title="PyLayout<PyNotImplementedError>">PyLayout<PyNotImplementedError></a></li><li><a href="#impl-PyLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" title="PyLayout<PyOverflowError>">PyLayout<PyOverflowError></a></li><li><a href="#impl-PyLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyPendingDeprecationWarning>">PyLayout<PyPendingDeprecationWarning></a></li><li><a href="#impl-PyLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" title="PyLayout<PyPermissionError>">PyLayout<PyPermissionError></a></li><li><a href="#impl-PyLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" title="PyLayout<PyProcessLookupError>">PyLayout<PyProcessLookupError></a></li><li><a href="#impl-PyLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" title="PyLayout<PyRecursionError>">PyLayout<PyRecursionError></a></li><li><a href="#impl-PyLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" title="PyLayout<PyReferenceError>">PyLayout<PyReferenceError></a></li><li><a href="#impl-PyLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyResourceWarning>">PyLayout<PyResourceWarning></a></li><li><a href="#impl-PyLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyRuntimeError>">PyLayout<PyRuntimeError></a></li><li><a href="#impl-PyLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyRuntimeWarning>">PyLayout<PyRuntimeWarning></a></li><li><a href="#impl-PyLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" title="PyLayout<PyStopAsyncIteration>">PyLayout<PyStopAsyncIteration></a></li><li><a href="#impl-PyLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PySyntaxWarning>">PyLayout<PySyntaxWarning></a></li><li><a href="#impl-PyLayout%3CPySystemError%3E-for-PyBaseExceptionObject" title="PyLayout<PySystemError>">PyLayout<PySystemError></a></li><li><a href="#impl-PyLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" title="PyLayout<PyTimeoutError>">PyLayout<PyTimeoutError></a></li><li><a href="#impl-PyLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyTypeError>">PyLayout<PyTypeError></a></li><li><a href="#impl-PyLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" title="PyLayout<PyUnboundLocalError>">PyLayout<PyUnboundLocalError></a></li><li><a href="#impl-PyLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyUnicodeDecodeError>">PyLayout<PyUnicodeDecodeError></a></li><li><a href="#impl-PyLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" title="PyLayout<PyUnicodeEncodeError>">PyLayout<PyUnicodeEncodeError></a></li><li><a href="#impl-PyLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" title="PyLayout<PyUnicodeTranslateError>">PyLayout<PyUnicodeTranslateError></a></li><li><a href="#impl-PyLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyUnicodeWarning>">PyLayout<PyUnicodeWarning></a></li><li><a href="#impl-PyLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyUserWarning>">PyLayout<PyUserWarning></a></li><li><a href="#impl-PyLayout%3CPyValueError%3E-for-PyBaseExceptionObject" title="PyLayout<PyValueError>">PyLayout<PyValueError></a></li><li><a href="#impl-PyLayout%3CPyWarning%3E-for-PyBaseExceptionObject" title="PyLayout<PyWarning>">PyLayout<PyWarning></a></li><li><a href="#impl-PyLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" title="PyLayout<PyZeroDivisionError>">PyLayout<PyZeroDivisionError></a></li><li><a href="#impl-PySizedLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyArithmeticError>">PySizedLayout<PyArithmeticError></a></li><li><a href="#impl-PySizedLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyAssertionError>">PySizedLayout<PyAssertionError></a></li><li><a href="#impl-PySizedLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyAttributeError>">PySizedLayout<PyAttributeError></a></li><li><a href="#impl-PySizedLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBaseException>">PySizedLayout<PyBaseException></a></li><li><a href="#impl-PySizedLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBaseExceptionGroup>">PySizedLayout<PyBaseExceptionGroup></a></li><li><a href="#impl-PySizedLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBlockingIOError>">PySizedLayout<PyBlockingIOError></a></li><li><a href="#impl-PySizedLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBrokenPipeError>">PySizedLayout<PyBrokenPipeError></a></li><li><a href="#impl-PySizedLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBufferError>">PySizedLayout<PyBufferError></a></li><li><a href="#impl-PySizedLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyBytesWarning>">PySizedLayout<PyBytesWarning></a></li><li><a href="#impl-PySizedLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyChildProcessError>">PySizedLayout<PyChildProcessError></a></li><li><a href="#impl-PySizedLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyConnectionAbortedError>">PySizedLayout<PyConnectionAbortedError></a></li><li><a href="#impl-PySizedLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyConnectionError>">PySizedLayout<PyConnectionError></a></li><li><a href="#impl-PySizedLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyConnectionRefusedError>">PySizedLayout<PyConnectionRefusedError></a></li><li><a href="#impl-PySizedLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyConnectionResetError>">PySizedLayout<PyConnectionResetError></a></li><li><a href="#impl-PySizedLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyDeprecationWarning>">PySizedLayout<PyDeprecationWarning></a></li><li><a href="#impl-PySizedLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyEOFError>">PySizedLayout<PyEOFError></a></li><li><a href="#impl-PySizedLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyEncodingWarning>">PySizedLayout<PyEncodingWarning></a></li><li><a href="#impl-PySizedLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyEnvironmentError>">PySizedLayout<PyEnvironmentError></a></li><li><a href="#impl-PySizedLayout%3CPyException%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyException>">PySizedLayout<PyException></a></li><li><a href="#impl-PySizedLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyFileExistsError>">PySizedLayout<PyFileExistsError></a></li><li><a href="#impl-PySizedLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyFileNotFoundError>">PySizedLayout<PyFileNotFoundError></a></li><li><a href="#impl-PySizedLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyFloatingPointError>">PySizedLayout<PyFloatingPointError></a></li><li><a href="#impl-PySizedLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyFutureWarning>">PySizedLayout<PyFutureWarning></a></li><li><a href="#impl-PySizedLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyGeneratorExit>">PySizedLayout<PyGeneratorExit></a></li><li><a href="#impl-PySizedLayout%3CPyIOError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyIOError>">PySizedLayout<PyIOError></a></li><li><a href="#impl-PySizedLayout%3CPyImportError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyImportError>">PySizedLayout<PyImportError></a></li><li><a href="#impl-PySizedLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyImportWarning>">PySizedLayout<PyImportWarning></a></li><li><a href="#impl-PySizedLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyIndexError>">PySizedLayout<PyIndexError></a></li><li><a href="#impl-PySizedLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyInterruptedError>">PySizedLayout<PyInterruptedError></a></li><li><a href="#impl-PySizedLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyIsADirectoryError>">PySizedLayout<PyIsADirectoryError></a></li><li><a href="#impl-PySizedLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyKeyError>">PySizedLayout<PyKeyError></a></li><li><a href="#impl-PySizedLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyKeyboardInterrupt>">PySizedLayout<PyKeyboardInterrupt></a></li><li><a href="#impl-PySizedLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyLookupError>">PySizedLayout<PyLookupError></a></li><li><a href="#impl-PySizedLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyMemoryError>">PySizedLayout<PyMemoryError></a></li><li><a href="#impl-PySizedLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyModuleNotFoundError>">PySizedLayout<PyModuleNotFoundError></a></li><li><a href="#impl-PySizedLayout%3CPyNameError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyNameError>">PySizedLayout<PyNameError></a></li><li><a href="#impl-PySizedLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyNotADirectoryError>">PySizedLayout<PyNotADirectoryError></a></li><li><a href="#impl-PySizedLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyNotImplementedError>">PySizedLayout<PyNotImplementedError></a></li><li><a href="#impl-PySizedLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyOverflowError>">PySizedLayout<PyOverflowError></a></li><li><a href="#impl-PySizedLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyPendingDeprecationWarning>">PySizedLayout<PyPendingDeprecationWarning></a></li><li><a href="#impl-PySizedLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyPermissionError>">PySizedLayout<PyPermissionError></a></li><li><a href="#impl-PySizedLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyProcessLookupError>">PySizedLayout<PyProcessLookupError></a></li><li><a href="#impl-PySizedLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyRecursionError>">PySizedLayout<PyRecursionError></a></li><li><a href="#impl-PySizedLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyReferenceError>">PySizedLayout<PyReferenceError></a></li><li><a href="#impl-PySizedLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyResourceWarning>">PySizedLayout<PyResourceWarning></a></li><li><a href="#impl-PySizedLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyRuntimeError>">PySizedLayout<PyRuntimeError></a></li><li><a href="#impl-PySizedLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyRuntimeWarning>">PySizedLayout<PyRuntimeWarning></a></li><li><a href="#impl-PySizedLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyStopAsyncIteration>">PySizedLayout<PyStopAsyncIteration></a></li><li><a href="#impl-PySizedLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PySyntaxWarning>">PySizedLayout<PySyntaxWarning></a></li><li><a href="#impl-PySizedLayout%3CPySystemError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PySystemError>">PySizedLayout<PySystemError></a></li><li><a href="#impl-PySizedLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyTimeoutError>">PySizedLayout<PyTimeoutError></a></li><li><a href="#impl-PySizedLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyTypeError>">PySizedLayout<PyTypeError></a></li><li><a href="#impl-PySizedLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUnboundLocalError>">PySizedLayout<PyUnboundLocalError></a></li><li><a href="#impl-PySizedLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUnicodeDecodeError>">PySizedLayout<PyUnicodeDecodeError></a></li><li><a href="#impl-PySizedLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUnicodeEncodeError>">PySizedLayout<PyUnicodeEncodeError></a></li><li><a href="#impl-PySizedLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUnicodeTranslateError>">PySizedLayout<PyUnicodeTranslateError></a></li><li><a href="#impl-PySizedLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUnicodeWarning>">PySizedLayout<PyUnicodeWarning></a></li><li><a href="#impl-PySizedLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyUserWarning>">PySizedLayout<PyUserWarning></a></li><li><a href="#impl-PySizedLayout%3CPyValueError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyValueError>">PySizedLayout<PyValueError></a></li><li><a href="#impl-PySizedLayout%3CPyWarning%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyWarning>">PySizedLayout<PyWarning></a></li><li><a href="#impl-PySizedLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" title="PySizedLayout<PyZeroDivisionError>">PySizedLayout<PyZeroDivisionError></a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-PyBaseExceptionObject" title="!Send">!Send</a></li><li><a href="#impl-Sync-for-PyBaseExceptionObject" title="!Sync">!Sync</a></li><li><a href="#impl-Freeze-for-PyBaseExceptionObject" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-PyBaseExceptionObject" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-PyBaseExceptionObject" title="Unpin">Unpin</a></li><li><a href="#impl-UnwindSafe-for-PyBaseExceptionObject" title="UnwindSafe">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow<T>">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut<T>">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In pyo3::<wbr>ffi</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="../index.html">pyo3</a>::<wbr><a href="index.html">ffi</a></span><h1>Struct <span class="struct">PyBaseExceptionObject</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/pyo3_ffi/cpython/pyerrors.rs.html#7">Source</a> </span></div><pre class="rust item-decl"><code><div class="code-attribute">#[repr(C)]</div>pub struct PyBaseExceptionObject {
|
|
pub ob_base: <a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub dict: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub args: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub notes: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub traceback: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub context: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub cause: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
|
pub suppress_context: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.char.html">char</a>,
|
|
}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.ob_base" class="structfield section-header"><a href="#structfield.ob_base" class="anchor field">§</a><code>ob_base: <a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.dict" class="structfield section-header"><a href="#structfield.dict" class="anchor field">§</a><code>dict: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.args" class="structfield section-header"><a href="#structfield.args" class="anchor field">§</a><code>args: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.notes" class="structfield section-header"><a href="#structfield.notes" class="anchor field">§</a><code>notes: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.traceback" class="structfield section-header"><a href="#structfield.traceback" class="anchor field">§</a><code>traceback: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.context" class="structfield section-header"><a href="#structfield.context" class="anchor field">§</a><code>context: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.cause" class="structfield section-header"><a href="#structfield.cause" class="anchor field">§</a><code>cause: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.suppress_context" class="structfield section-header"><a href="#structfield.suppress_context" class="anchor field">§</a><code>suppress_context: <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.char.html">char</a></code></span><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3_ffi/cpython/pyerrors.rs.html#6">Source</a><a href="#impl-Debug-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/pyo3_ffi/cpython/pyerrors.rs.html#6">Source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.85.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="enum" href="https://doc.rust-lang.org/1.85.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.1/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.85.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><section id="impl-PyLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#399-403">Source</a><a href="#impl-PyLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyArithmeticError.html" title="struct pyo3::exceptions::PyArithmeticError">PyArithmeticError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#406-410">Source</a><a href="#impl-PyLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyAssertionError.html" title="struct pyo3::exceptions::PyAssertionError">PyAssertionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#411-415">Source</a><a href="#impl-PyLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyAttributeError.html" title="struct pyo3::exceptions::PyAttributeError">PyAttributeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#375-381">Source</a><a href="#impl-PyLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBaseException.html" title="struct pyo3::exceptions::PyBaseException">PyBaseException</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#529-533">Source</a><a href="#impl-PyLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBaseExceptionGroup.html" title="struct pyo3::exceptions::PyBaseExceptionGroup">PyBaseExceptionGroup</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#541-545">Source</a><a href="#impl-PyLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBlockingIOError.html" title="struct pyo3::exceptions::PyBlockingIOError">PyBlockingIOError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#546-550">Source</a><a href="#impl-PyLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBrokenPipeError.html" title="struct pyo3::exceptions::PyBrokenPipeError">PyBrokenPipeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#416">Source</a><a href="#impl-PyLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBufferError.html" title="struct pyo3::exceptions::PyBufferError">PyBufferError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#754-758">Source</a><a href="#impl-PyLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyBytesWarning.html" title="struct pyo3::exceptions::PyBytesWarning">PyBytesWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#551-555">Source</a><a href="#impl-PyLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyChildProcessError.html" title="struct pyo3::exceptions::PyChildProcessError">PyChildProcessError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#561-565">Source</a><a href="#impl-PyLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionAbortedError.html" title="struct pyo3::exceptions::PyConnectionAbortedError">PyConnectionAbortedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#556-560">Source</a><a href="#impl-PyLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionError.html" title="struct pyo3::exceptions::PyConnectionError">PyConnectionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#566-570">Source</a><a href="#impl-PyLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionRefusedError.html" title="struct pyo3::exceptions::PyConnectionRefusedError">PyConnectionRefusedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#571-575">Source</a><a href="#impl-PyLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionResetError.html" title="struct pyo3::exceptions::PyConnectionResetError">PyConnectionResetError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#719-723">Source</a><a href="#impl-PyLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyDeprecationWarning.html" title="struct pyo3::exceptions::PyDeprecationWarning">PyDeprecationWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#417">Source</a><a href="#impl-PyLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyEOFError.html" title="struct pyo3::exceptions::PyEOFError">PyEOFError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#766-770">Source</a><a href="#impl-PyLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyEncodingWarning.html" title="struct pyo3::exceptions::PyEncodingWarning">PyEncodingWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#617-621">Source</a><a href="#impl-PyLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyEnvironmentError.html" title="struct pyo3::exceptions::PyEnvironmentError">PyEnvironmentError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyException%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#382">Source</a><a href="#impl-PyLayout%3CPyException%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyException.html" title="struct pyo3::exceptions::PyException">PyException</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#576-580">Source</a><a href="#impl-PyLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyFileExistsError.html" title="struct pyo3::exceptions::PyFileExistsError">PyFileExistsError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#581-585">Source</a><a href="#impl-PyLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyFileNotFoundError.html" title="struct pyo3::exceptions::PyFileNotFoundError">PyFileNotFoundError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#418-422">Source</a><a href="#impl-PyLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyFloatingPointError.html" title="struct pyo3::exceptions::PyFloatingPointError">PyFloatingPointError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#739-743">Source</a><a href="#impl-PyLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyFutureWarning.html" title="struct pyo3::exceptions::PyFutureWarning">PyFutureWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#394-398">Source</a><a href="#impl-PyLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyGeneratorExit.html" title="struct pyo3::exceptions::PyGeneratorExit">PyGeneratorExit</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyIOError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#622">Source</a><a href="#impl-PyLayout%3CPyIOError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyIOError.html" title="struct pyo3::exceptions::PyIOError">PyIOError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyImportError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#432">Source</a><a href="#impl-PyLayout%3CPyImportError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyImportError.html" title="struct pyo3::exceptions::PyImportError">PyImportError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#744-748">Source</a><a href="#impl-PyLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyImportWarning.html" title="struct pyo3::exceptions::PyImportWarning">PyImportWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#440">Source</a><a href="#impl-PyLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyIndexError.html" title="struct pyo3::exceptions::PyIndexError">PyIndexError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#586-590">Source</a><a href="#impl-PyLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyInterruptedError.html" title="struct pyo3::exceptions::PyInterruptedError">PyInterruptedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#591-595">Source</a><a href="#impl-PyLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyIsADirectoryError.html" title="struct pyo3::exceptions::PyIsADirectoryError">PyIsADirectoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#441">Source</a><a href="#impl-PyLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyKeyError.html" title="struct pyo3::exceptions::PyKeyError">PyKeyError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#442-446">Source</a><a href="#impl-PyLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyKeyboardInterrupt.html" title="struct pyo3::exceptions::PyKeyboardInterrupt">PyKeyboardInterrupt</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#404">Source</a><a href="#impl-PyLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyLookupError.html" title="struct pyo3::exceptions::PyLookupError">PyLookupError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#447">Source</a><a href="#impl-PyLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyMemoryError.html" title="struct pyo3::exceptions::PyMemoryError">PyMemoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#434-438">Source</a><a href="#impl-PyLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyModuleNotFoundError.html" title="struct pyo3::exceptions::PyModuleNotFoundError">PyModuleNotFoundError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyNameError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#448">Source</a><a href="#impl-PyLayout%3CPyNameError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyNameError.html" title="struct pyo3::exceptions::PyNameError">PyNameError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#596-600">Source</a><a href="#impl-PyLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyNotADirectoryError.html" title="struct pyo3::exceptions::PyNotADirectoryError">PyNotADirectoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#464-468">Source</a><a href="#impl-PyLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyNotImplementedError.html" title="struct pyo3::exceptions::PyNotImplementedError">PyNotImplementedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#449-453">Source</a><a href="#impl-PyLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyOverflowError.html" title="struct pyo3::exceptions::PyOverflowError">PyOverflowError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#724-728">Source</a><a href="#impl-PyLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyPendingDeprecationWarning.html" title="struct pyo3::exceptions::PyPendingDeprecationWarning">PyPendingDeprecationWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#601-605">Source</a><a href="#impl-PyLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyPermissionError.html" title="struct pyo3::exceptions::PyPermissionError">PyPermissionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#606-610">Source</a><a href="#impl-PyLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyProcessLookupError.html" title="struct pyo3::exceptions::PyProcessLookupError">PyProcessLookupError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#459-463">Source</a><a href="#impl-PyLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyRecursionError.html" title="struct pyo3::exceptions::PyRecursionError">PyRecursionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#478-482">Source</a><a href="#impl-PyLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyReferenceError.html" title="struct pyo3::exceptions::PyReferenceError">PyReferenceError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#759-763">Source</a><a href="#impl-PyLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyResourceWarning.html" title="struct pyo3::exceptions::PyResourceWarning">PyResourceWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#454-458">Source</a><a href="#impl-PyLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyRuntimeError.html" title="struct pyo3::exceptions::PyRuntimeError">PyRuntimeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#734-738">Source</a><a href="#impl-PyLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyRuntimeWarning.html" title="struct pyo3::exceptions::PyRuntimeWarning">PyRuntimeWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#383-387">Source</a><a href="#impl-PyLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyStopAsyncIteration.html" title="struct pyo3::exceptions::PyStopAsyncIteration">PyStopAsyncIteration</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#729-733">Source</a><a href="#impl-PyLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PySyntaxWarning.html" title="struct pyo3::exceptions::PySyntaxWarning">PySyntaxWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPySystemError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#483">Source</a><a href="#impl-PyLayout%3CPySystemError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PySystemError.html" title="struct pyo3::exceptions::PySystemError">PySystemError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#611-615">Source</a><a href="#impl-PyLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyTimeoutError.html" title="struct pyo3::exceptions::PyTimeoutError">PyTimeoutError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#493">Source</a><a href="#impl-PyLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyTypeError.html" title="struct pyo3::exceptions::PyTypeError">PyTypeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#494-498">Source</a><a href="#impl-PyLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUnboundLocalError.html" title="struct pyo3::exceptions::PyUnboundLocalError">PyUnboundLocalError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#513-517">Source</a><a href="#impl-PyLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeDecodeError.html" title="struct pyo3::exceptions::PyUnicodeDecodeError">PyUnicodeDecodeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#518-522">Source</a><a href="#impl-PyLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeEncodeError.html" title="struct pyo3::exceptions::PyUnicodeEncodeError">PyUnicodeEncodeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#523-527">Source</a><a href="#impl-PyLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeTranslateError.html" title="struct pyo3::exceptions::PyUnicodeTranslateError">PyUnicodeTranslateError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#749-753">Source</a><a href="#impl-PyLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeWarning.html" title="struct pyo3::exceptions::PyUnicodeWarning">PyUnicodeWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#718">Source</a><a href="#impl-PyLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyUserWarning.html" title="struct pyo3::exceptions::PyUserWarning">PyUserWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyValueError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#534">Source</a><a href="#impl-PyLayout%3CPyValueError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyValueError.html" title="struct pyo3::exceptions::PyValueError">PyValueError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#717">Source</a><a href="#impl-PyLayout%3CPyWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyWarning.html" title="struct pyo3::exceptions::PyWarning">PyWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PyLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#535-539">Source</a><a href="#impl-PyLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../exceptions/struct.PyZeroDivisionError.html" title="struct pyo3::exceptions::PyZeroDivisionError">PyZeroDivisionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#399-403">Source</a><a href="#impl-PySizedLayout%3CPyArithmeticError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyArithmeticError.html" title="struct pyo3::exceptions::PyArithmeticError">PyArithmeticError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#406-410">Source</a><a href="#impl-PySizedLayout%3CPyAssertionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyAssertionError.html" title="struct pyo3::exceptions::PyAssertionError">PyAssertionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#411-415">Source</a><a href="#impl-PySizedLayout%3CPyAttributeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyAttributeError.html" title="struct pyo3::exceptions::PyAttributeError">PyAttributeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#375-381">Source</a><a href="#impl-PySizedLayout%3CPyBaseException%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBaseException.html" title="struct pyo3::exceptions::PyBaseException">PyBaseException</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#529-533">Source</a><a href="#impl-PySizedLayout%3CPyBaseExceptionGroup%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBaseExceptionGroup.html" title="struct pyo3::exceptions::PyBaseExceptionGroup">PyBaseExceptionGroup</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#541-545">Source</a><a href="#impl-PySizedLayout%3CPyBlockingIOError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBlockingIOError.html" title="struct pyo3::exceptions::PyBlockingIOError">PyBlockingIOError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#546-550">Source</a><a href="#impl-PySizedLayout%3CPyBrokenPipeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBrokenPipeError.html" title="struct pyo3::exceptions::PyBrokenPipeError">PyBrokenPipeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#416">Source</a><a href="#impl-PySizedLayout%3CPyBufferError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBufferError.html" title="struct pyo3::exceptions::PyBufferError">PyBufferError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#754-758">Source</a><a href="#impl-PySizedLayout%3CPyBytesWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyBytesWarning.html" title="struct pyo3::exceptions::PyBytesWarning">PyBytesWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#551-555">Source</a><a href="#impl-PySizedLayout%3CPyChildProcessError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyChildProcessError.html" title="struct pyo3::exceptions::PyChildProcessError">PyChildProcessError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#561-565">Source</a><a href="#impl-PySizedLayout%3CPyConnectionAbortedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionAbortedError.html" title="struct pyo3::exceptions::PyConnectionAbortedError">PyConnectionAbortedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#556-560">Source</a><a href="#impl-PySizedLayout%3CPyConnectionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionError.html" title="struct pyo3::exceptions::PyConnectionError">PyConnectionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#566-570">Source</a><a href="#impl-PySizedLayout%3CPyConnectionRefusedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionRefusedError.html" title="struct pyo3::exceptions::PyConnectionRefusedError">PyConnectionRefusedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#571-575">Source</a><a href="#impl-PySizedLayout%3CPyConnectionResetError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyConnectionResetError.html" title="struct pyo3::exceptions::PyConnectionResetError">PyConnectionResetError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#719-723">Source</a><a href="#impl-PySizedLayout%3CPyDeprecationWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyDeprecationWarning.html" title="struct pyo3::exceptions::PyDeprecationWarning">PyDeprecationWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#417">Source</a><a href="#impl-PySizedLayout%3CPyEOFError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyEOFError.html" title="struct pyo3::exceptions::PyEOFError">PyEOFError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#766-770">Source</a><a href="#impl-PySizedLayout%3CPyEncodingWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyEncodingWarning.html" title="struct pyo3::exceptions::PyEncodingWarning">PyEncodingWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#617-621">Source</a><a href="#impl-PySizedLayout%3CPyEnvironmentError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyEnvironmentError.html" title="struct pyo3::exceptions::PyEnvironmentError">PyEnvironmentError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyException%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#382">Source</a><a href="#impl-PySizedLayout%3CPyException%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyException.html" title="struct pyo3::exceptions::PyException">PyException</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#576-580">Source</a><a href="#impl-PySizedLayout%3CPyFileExistsError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyFileExistsError.html" title="struct pyo3::exceptions::PyFileExistsError">PyFileExistsError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#581-585">Source</a><a href="#impl-PySizedLayout%3CPyFileNotFoundError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyFileNotFoundError.html" title="struct pyo3::exceptions::PyFileNotFoundError">PyFileNotFoundError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#418-422">Source</a><a href="#impl-PySizedLayout%3CPyFloatingPointError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyFloatingPointError.html" title="struct pyo3::exceptions::PyFloatingPointError">PyFloatingPointError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#739-743">Source</a><a href="#impl-PySizedLayout%3CPyFutureWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyFutureWarning.html" title="struct pyo3::exceptions::PyFutureWarning">PyFutureWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#394-398">Source</a><a href="#impl-PySizedLayout%3CPyGeneratorExit%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyGeneratorExit.html" title="struct pyo3::exceptions::PyGeneratorExit">PyGeneratorExit</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyIOError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#622">Source</a><a href="#impl-PySizedLayout%3CPyIOError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyIOError.html" title="struct pyo3::exceptions::PyIOError">PyIOError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyImportError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#432">Source</a><a href="#impl-PySizedLayout%3CPyImportError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyImportError.html" title="struct pyo3::exceptions::PyImportError">PyImportError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#744-748">Source</a><a href="#impl-PySizedLayout%3CPyImportWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyImportWarning.html" title="struct pyo3::exceptions::PyImportWarning">PyImportWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#440">Source</a><a href="#impl-PySizedLayout%3CPyIndexError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyIndexError.html" title="struct pyo3::exceptions::PyIndexError">PyIndexError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#586-590">Source</a><a href="#impl-PySizedLayout%3CPyInterruptedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyInterruptedError.html" title="struct pyo3::exceptions::PyInterruptedError">PyInterruptedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#591-595">Source</a><a href="#impl-PySizedLayout%3CPyIsADirectoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyIsADirectoryError.html" title="struct pyo3::exceptions::PyIsADirectoryError">PyIsADirectoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#441">Source</a><a href="#impl-PySizedLayout%3CPyKeyError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyKeyError.html" title="struct pyo3::exceptions::PyKeyError">PyKeyError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#442-446">Source</a><a href="#impl-PySizedLayout%3CPyKeyboardInterrupt%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyKeyboardInterrupt.html" title="struct pyo3::exceptions::PyKeyboardInterrupt">PyKeyboardInterrupt</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#404">Source</a><a href="#impl-PySizedLayout%3CPyLookupError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyLookupError.html" title="struct pyo3::exceptions::PyLookupError">PyLookupError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#447">Source</a><a href="#impl-PySizedLayout%3CPyMemoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyMemoryError.html" title="struct pyo3::exceptions::PyMemoryError">PyMemoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#434-438">Source</a><a href="#impl-PySizedLayout%3CPyModuleNotFoundError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyModuleNotFoundError.html" title="struct pyo3::exceptions::PyModuleNotFoundError">PyModuleNotFoundError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyNameError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#448">Source</a><a href="#impl-PySizedLayout%3CPyNameError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyNameError.html" title="struct pyo3::exceptions::PyNameError">PyNameError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#596-600">Source</a><a href="#impl-PySizedLayout%3CPyNotADirectoryError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyNotADirectoryError.html" title="struct pyo3::exceptions::PyNotADirectoryError">PyNotADirectoryError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#464-468">Source</a><a href="#impl-PySizedLayout%3CPyNotImplementedError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyNotImplementedError.html" title="struct pyo3::exceptions::PyNotImplementedError">PyNotImplementedError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#449-453">Source</a><a href="#impl-PySizedLayout%3CPyOverflowError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyOverflowError.html" title="struct pyo3::exceptions::PyOverflowError">PyOverflowError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#724-728">Source</a><a href="#impl-PySizedLayout%3CPyPendingDeprecationWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyPendingDeprecationWarning.html" title="struct pyo3::exceptions::PyPendingDeprecationWarning">PyPendingDeprecationWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#601-605">Source</a><a href="#impl-PySizedLayout%3CPyPermissionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyPermissionError.html" title="struct pyo3::exceptions::PyPermissionError">PyPermissionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#606-610">Source</a><a href="#impl-PySizedLayout%3CPyProcessLookupError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyProcessLookupError.html" title="struct pyo3::exceptions::PyProcessLookupError">PyProcessLookupError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#459-463">Source</a><a href="#impl-PySizedLayout%3CPyRecursionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyRecursionError.html" title="struct pyo3::exceptions::PyRecursionError">PyRecursionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#478-482">Source</a><a href="#impl-PySizedLayout%3CPyReferenceError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyReferenceError.html" title="struct pyo3::exceptions::PyReferenceError">PyReferenceError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#759-763">Source</a><a href="#impl-PySizedLayout%3CPyResourceWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyResourceWarning.html" title="struct pyo3::exceptions::PyResourceWarning">PyResourceWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#454-458">Source</a><a href="#impl-PySizedLayout%3CPyRuntimeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyRuntimeError.html" title="struct pyo3::exceptions::PyRuntimeError">PyRuntimeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#734-738">Source</a><a href="#impl-PySizedLayout%3CPyRuntimeWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyRuntimeWarning.html" title="struct pyo3::exceptions::PyRuntimeWarning">PyRuntimeWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#383-387">Source</a><a href="#impl-PySizedLayout%3CPyStopAsyncIteration%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyStopAsyncIteration.html" title="struct pyo3::exceptions::PyStopAsyncIteration">PyStopAsyncIteration</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#729-733">Source</a><a href="#impl-PySizedLayout%3CPySyntaxWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PySyntaxWarning.html" title="struct pyo3::exceptions::PySyntaxWarning">PySyntaxWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPySystemError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#483">Source</a><a href="#impl-PySizedLayout%3CPySystemError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PySystemError.html" title="struct pyo3::exceptions::PySystemError">PySystemError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#611-615">Source</a><a href="#impl-PySizedLayout%3CPyTimeoutError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyTimeoutError.html" title="struct pyo3::exceptions::PyTimeoutError">PyTimeoutError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#493">Source</a><a href="#impl-PySizedLayout%3CPyTypeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyTypeError.html" title="struct pyo3::exceptions::PyTypeError">PyTypeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#494-498">Source</a><a href="#impl-PySizedLayout%3CPyUnboundLocalError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUnboundLocalError.html" title="struct pyo3::exceptions::PyUnboundLocalError">PyUnboundLocalError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#513-517">Source</a><a href="#impl-PySizedLayout%3CPyUnicodeDecodeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeDecodeError.html" title="struct pyo3::exceptions::PyUnicodeDecodeError">PyUnicodeDecodeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#518-522">Source</a><a href="#impl-PySizedLayout%3CPyUnicodeEncodeError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeEncodeError.html" title="struct pyo3::exceptions::PyUnicodeEncodeError">PyUnicodeEncodeError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#523-527">Source</a><a href="#impl-PySizedLayout%3CPyUnicodeTranslateError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeTranslateError.html" title="struct pyo3::exceptions::PyUnicodeTranslateError">PyUnicodeTranslateError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#749-753">Source</a><a href="#impl-PySizedLayout%3CPyUnicodeWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUnicodeWarning.html" title="struct pyo3::exceptions::PyUnicodeWarning">PyUnicodeWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#718">Source</a><a href="#impl-PySizedLayout%3CPyUserWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyUserWarning.html" title="struct pyo3::exceptions::PyUserWarning">PyUserWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyValueError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#534">Source</a><a href="#impl-PySizedLayout%3CPyValueError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyValueError.html" title="struct pyo3::exceptions::PyValueError">PyValueError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyWarning%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#717">Source</a><a href="#impl-PySizedLayout%3CPyWarning%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyWarning.html" title="struct pyo3::exceptions::PyWarning">PyWarning</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-PySizedLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" class="impl"><a class="src rightside" href="../../src/pyo3/exceptions.rs.html#535-539">Source</a><a href="#impl-PySizedLayout%3CPyZeroDivisionError%3E-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../exceptions/struct.PyZeroDivisionError.html" title="struct pyo3::exceptions::PyZeroDivisionError">PyZeroDivisionError</a>> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-PyBaseExceptionObject" class="impl"><a href="#impl-Freeze-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-RefUnwindSafe-for-PyBaseExceptionObject" class="impl"><a href="#impl-RefUnwindSafe-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-Send-for-PyBaseExceptionObject" class="impl"><a href="#impl-Send-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-Sync-for-PyBaseExceptionObject" class="impl"><a href="#impl-Sync-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-Unpin-for-PyBaseExceptionObject" class="impl"><a href="#impl-Unpin-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section><section id="impl-UnwindSafe-for-PyBaseExceptionObject" class="impl"><a href="#impl-UnwindSafe-for-PyBaseExceptionObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/any.rs.html#138">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
|
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.85.1/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.85.1/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/borrow.rs.html#209">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/borrow.rs.html#211">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/borrow.rs.html#217">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.85.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/borrow.rs.html#218">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.1/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.85.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#767">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#770">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#750-752">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#760">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
|
<p>That is, this conversion is whatever the implementation of
|
|
<code><a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#807-809">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#811">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.85.1/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#814">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.85.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#792-794">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#796">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.1/src/core/convert/mod.rs.html#799">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.85.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html> |