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