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