pub struct Props;Expand description
Standard retry-property keys populated by the platform retry context.
Implementations§
Source§impl Props
impl Props
pub const VERB: &str = "verb"
pub const NOUN_URI: &str = "noun-uri"
pub const URI_SCHEME: &str = "uri-scheme"
pub const URI_HOST: &str = "uri-host"
pub const URI_PORT: &str = "uri-port"
pub const URI_PATH: &str = "uri-path"
pub const STATUS_CODE: &str = "status-code"
pub const ERROR_TYPE: &str = "error-type"
pub const FUNCTION: &str = "function"
pub const TARGET_COMPONENT_ID: &str = "target-component-id"
pub const TARGET_AGENT_TYPE: &str = "target-agent-type"
pub const DB_TYPE: &str = "db-type"
pub const TRAP_TYPE: &str = "trap-type"
Auto Trait Implementations§
impl Freeze for Props
impl RefUnwindSafe for Props
impl Send for Props
impl Sync for Props
impl Unpin for Props
impl UnsafeUnpin for Props
impl UnwindSafe for Props
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