Struct aws_runtime::invocation_id::InvocationId
source · pub struct InvocationId(_);
Expand description
InvocationId provides a consistent ID across retries
Implementations§
source§impl InvocationId
impl InvocationId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InvocationId
impl Send for InvocationId
impl Sync for InvocationId
impl Unpin for InvocationId
impl UnwindSafe for InvocationId
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