pub struct RootLocal {
pub owned: BTreeMap<&'static str, Box<dyn Access>>,
}Expand description
Holds a root dictionary of trait objects that implement Access and are therefore Interact-able.
These are most likely objects that are held locally behind an Rc.
Fields§
§owned: BTreeMap<&'static str, Box<dyn Access>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootLocal
impl !RefUnwindSafe for RootLocal
impl !Send for RootLocal
impl !Sync for RootLocal
impl Unpin for RootLocal
impl !UnwindSafe for RootLocal
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