pub enum InspectService {
Inspect(InspectRequest, OneshotSender<Result<InspectResponse2, Status>>),
Update(UpdateRequest, OneshotSender<Result<UpdateResponse2, Status>>),
}
Variants§
Inspect(InspectRequest, OneshotSender<Result<InspectResponse2, Status>>)
Update(UpdateRequest, OneshotSender<Result<UpdateResponse2, Status>>)
Implementations§
Trait Implementations§
Source§impl Debug for InspectService
impl Debug for InspectService
Source§impl ServiceRpc for InspectService
impl ServiceRpc for InspectService
Auto Trait Implementations§
impl Freeze for InspectService
impl !RefUnwindSafe for InspectService
impl Send for InspectService
impl Sync for InspectService
impl Unpin for InspectService
impl !UnwindSafe for InspectService
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