pub struct StackMap(pub Arc<Mutex<HashMap<String, Vec<Node>>>>);Tuple Fields§
§0: Arc<Mutex<HashMap<String, Vec<Node>>>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackMap
impl RefUnwindSafe for StackMap
impl Send for StackMap
impl Sync for StackMap
impl Unpin for StackMap
impl UnsafeUnpin for StackMap
impl UnwindSafe for StackMap
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