pub struct OutcomeDeliveryCheckpointInputV1 {Show 14 fields
pub anchor_id: String,
pub anchor_key_epoch: u64,
pub receiver_binding_digest: String,
pub receiver_id: String,
pub receiver_namespace: String,
pub receiver_key_epoch: u64,
pub delivery_id: String,
pub idempotency_key: String,
pub receiver_queue_id: String,
pub request_id: String,
pub eligibility_digest: String,
pub provider_acceptance_digest: String,
pub output_digest: String,
pub trusted_clock_high_water_unix_ms: u64,
}Fields§
§anchor_id: String§anchor_key_epoch: u64§receiver_binding_digest: String§receiver_id: String§receiver_namespace: String§receiver_key_epoch: u64§delivery_id: String§idempotency_key: String§receiver_queue_id: String§request_id: String§eligibility_digest: String§provider_acceptance_digest: String§output_digest: String§trusted_clock_high_water_unix_ms: u64Trait Implementations§
Source§impl Clone for OutcomeDeliveryCheckpointInputV1
impl Clone for OutcomeDeliveryCheckpointInputV1
Source§fn clone(&self) -> OutcomeDeliveryCheckpointInputV1
fn clone(&self) -> OutcomeDeliveryCheckpointInputV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for OutcomeDeliveryCheckpointInputV1
impl StructuralPartialEq for OutcomeDeliveryCheckpointInputV1
Auto Trait Implementations§
impl Freeze for OutcomeDeliveryCheckpointInputV1
impl RefUnwindSafe for OutcomeDeliveryCheckpointInputV1
impl Send for OutcomeDeliveryCheckpointInputV1
impl Sync for OutcomeDeliveryCheckpointInputV1
impl Unpin for OutcomeDeliveryCheckpointInputV1
impl UnsafeUnpin for OutcomeDeliveryCheckpointInputV1
impl UnwindSafe for OutcomeDeliveryCheckpointInputV1
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