Struct rustpython_vm::object::PyWeakRef
source · #[repr(transparent)]pub struct PyWeakRef<T: PyObjectPayload> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for PyWeakRef<T>
impl<T> !Send for PyWeakRef<T>
impl<T> !Sync for PyWeakRef<T>
impl<T> Unpin for PyWeakRef<T>where T: Unpin,
impl<T> !UnwindSafe for PyWeakRef<T>
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