pub struct IdempotencyFlightGuard<'a> { /* private fields */ }Implementations§
Source§impl IdempotencyFlightGuard<'_>
impl IdempotencyFlightGuard<'_>
pub fn put_response(self, response: Vec<u8>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IdempotencyFlightGuard<'a>
impl<'a> !RefUnwindSafe for IdempotencyFlightGuard<'a>
impl<'a> Send for IdempotencyFlightGuard<'a>
impl<'a> Sync for IdempotencyFlightGuard<'a>
impl<'a> Unpin for IdempotencyFlightGuard<'a>
impl<'a> UnsafeUnpin for IdempotencyFlightGuard<'a>
impl<'a> !UnwindSafe for IdempotencyFlightGuard<'a>
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