Struct workspace2::WorkspaceStore
source · pub struct WorkspaceStore { /* private fields */ }
Implementations§
source§impl WorkspaceStore
impl WorkspaceStore
pub fn new(client: Arc<Client>, _cx: &mut ModelContext<'_, Self>) -> Self
pub fn update_followers( &self, project_id: Option<u64>, update: Variant, cx: &AppContext ) -> Option<()>
pub async fn handle_follow( this: Model<Self>, envelope: TypedEnvelope<Follow>, _: Arc<Client>, cx: AsyncAppContext ) -> Result<FollowResponse>
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§
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