pub struct Relayed {
pub party: PartyRef,
pub outcome: Result<OcpiResponse<Value>, OcpiError>,
}Available on crate feature
hub only.Expand description
The outcome of relaying one request to one party.
Fields§
§party: PartyRefThe party the request went to.
outcome: Result<OcpiResponse<Value>, OcpiError>What came back, or why nothing did.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Relayed
impl RefUnwindSafe for Relayed
impl Send for Relayed
impl Sync for Relayed
impl Unpin for Relayed
impl UnsafeUnpin for Relayed
impl UnwindSafe for Relayed
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