pub struct ActiveWorkspace {
pub nodes: HashMap<NodeId, Node>,
}Fields§
§nodes: HashMap<NodeId, Node>Trait Implementations§
Source§impl Clone for ActiveWorkspace
impl Clone for ActiveWorkspace
Source§fn clone(&self) -> ActiveWorkspace
fn clone(&self) -> ActiveWorkspace
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActiveWorkspace
impl Debug for ActiveWorkspace
Source§impl Default for ActiveWorkspace
impl Default for ActiveWorkspace
Source§fn default() -> ActiveWorkspace
fn default() -> ActiveWorkspace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActiveWorkspace
impl RefUnwindSafe for ActiveWorkspace
impl Send for ActiveWorkspace
impl Sync for ActiveWorkspace
impl Unpin for ActiveWorkspace
impl UnsafeUnpin for ActiveWorkspace
impl UnwindSafe for ActiveWorkspace
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