#[repr(C)]pub struct PyDictValues(/* private fields */);
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