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