Structs§
Functions§
- array_
object_ from_ box - array_
object_ from_ rc - as_rc⚠
- as_
rc_ ⚠mut - Retrieve the inner Rc as a mutable reference.
- borrow⚠
- Get a reference to the value.
- borrow_
mut ⚠ - Get a mutable reference to the value.
- downcast⚠
- from⚠
- Retrieve the inner Rc as a reference.
- from_rc⚠
- new
- Create a new RcMut for a value.
- to_rc⚠
Type Aliases§
- RcMut
- A reference counted smart pointer with unrestricted mutability.