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