Struct rustpython_common::refcount::RefCount
source · pub struct RefCount { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RefCount
impl !RefUnwindSafe for RefCount
impl Send for RefCount
impl !Sync for RefCount
impl Unpin for RefCount
impl UnwindSafe for RefCount
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