pub struct ResponsePayloadWithEndpointInfo {
pub payload: Result<SuccessEndpointPayload, AppError>,
pub endpoint: String,
}
Fields§
§payload: Result<SuccessEndpointPayload, AppError>
§endpoint: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponsePayloadWithEndpointInfo
impl RefUnwindSafe for ResponsePayloadWithEndpointInfo
impl Send for ResponsePayloadWithEndpointInfo
impl Sync for ResponsePayloadWithEndpointInfo
impl Unpin for ResponsePayloadWithEndpointInfo
impl UnwindSafe for ResponsePayloadWithEndpointInfo
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