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