#[repr(C)]pub struct PyDictValues(/* private fields */);
Available on non-
PyPy
and non-Py_LIMITED_API
only.Auto Trait Implementations§
impl Freeze for PyDictValues
impl RefUnwindSafe for PyDictValues
impl Send for PyDictValues
impl Sync for PyDictValues
impl Unpin for PyDictValues
impl UnwindSafe for PyDictValues
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