Struct workspace2::WorkspaceCreated
source · pub struct WorkspaceCreated(pub WeakView<Workspace>);
Tuple Fields§
§0: WeakView<Workspace>
Auto Trait Implementations§
impl !RefUnwindSafe for WorkspaceCreated
impl Send for WorkspaceCreated
impl Sync for WorkspaceCreated
impl Unpin for WorkspaceCreated
impl !UnwindSafe for WorkspaceCreated
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