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