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