pub struct ServiceIncoming {
pub response: ClientServiceResponse,
}
Fields§
§response: ClientServiceResponse
Trait Implementations§
impl Action for ServiceIncoming
Auto Trait Implementations§
impl Freeze for ServiceIncoming
impl RefUnwindSafe for ServiceIncoming
impl Send for ServiceIncoming
impl Sync for ServiceIncoming
impl Unpin for ServiceIncoming
impl UnwindSafe for ServiceIncoming
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