usesuper::DeliveryGuarantee;/// CloudEventRoutingArgs specifies how a CloudEvent should be routed
#[derive(Default, Debug, Clone, PartialEq)]pubstructCloudEventRoutingArgs{/// Message delivery guarantees with which the CloudEvent was received
pubdelivery_guarantee: DeliveryGuarantee,
}