Struct workspace::WorkspaceStore
source · pub struct WorkspaceStore { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for WorkspaceStore
impl !Send for WorkspaceStore
impl !Sync for WorkspaceStore
impl Unpin for WorkspaceStore
impl !UnwindSafe for WorkspaceStore
Blanket Implementations§
§impl<T> AnyModel for Twhere
T: Entity,
impl<T> AnyModel for Twhere T: Entity,
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