pub struct PythonizeDefault;
Trait Implementations§
Source§impl PythonizeTypes for PythonizeDefault
impl PythonizeTypes for PythonizeDefault
Source§type NamedMap = PythonizeUnnamedMappingAdapter<PyDict>
type NamedMap = PythonizeUnnamedMappingAdapter<PyDict>
Python (struct-like) named map type (should be representable as python mapping)
Auto Trait Implementations§
impl Freeze for PythonizeDefault
impl RefUnwindSafe for PythonizeDefault
impl Send for PythonizeDefault
impl Sync for PythonizeDefault
impl Unpin for PythonizeDefault
impl UnwindSafe for PythonizeDefault
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more