pub struct WorkspaceServiceObserveWorkspace;Trait Implementations§
Source§impl Rpc for WorkspaceServiceObserveWorkspace
impl Rpc for WorkspaceServiceObserveWorkspace
const METHOD: &'static MethodDescriptor
type Request = ObserveWorkspaceRequest
type Response = WorkspaceEvent
impl ServerStreamingRpc for WorkspaceServiceObserveWorkspace
Auto Trait Implementations§
impl Freeze for WorkspaceServiceObserveWorkspace
impl RefUnwindSafe for WorkspaceServiceObserveWorkspace
impl Send for WorkspaceServiceObserveWorkspace
impl Sync for WorkspaceServiceObserveWorkspace
impl Unpin for WorkspaceServiceObserveWorkspace
impl UnsafeUnpin for WorkspaceServiceObserveWorkspace
impl UnwindSafe for WorkspaceServiceObserveWorkspace
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