pub struct Respond {
pub link_id: LinkId,
pub request_id: RequestId,
pub payload: RespondPayload,
}Fields§
§link_id: LinkId§request_id: RequestId§payload: RespondPayloadTrait Implementations§
impl Eq for Respond
Source§impl Settleable for Respond
impl Settleable for Respond
type Success = ()
type Failure = RespondFailure
fn into_command(self) -> PrnsCommand
fn from_settlement(settlement: Settlement) -> Option<Result<(), RespondFailure>>
impl StructuralPartialEq for Respond
Auto Trait Implementations§
impl Freeze for Respond
impl RefUnwindSafe for Respond
impl Send for Respond
impl Sync for Respond
impl Unpin for Respond
impl UnsafeUnpin for Respond
impl UnwindSafe for Respond
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