pub struct MemoryAckHandle { /* private fields */ }Expand description
In-memory acknowledgment handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryAckHandle
impl RefUnwindSafe for MemoryAckHandle
impl Send for MemoryAckHandle
impl Sync for MemoryAckHandle
impl Unpin for MemoryAckHandle
impl UnsafeUnpin for MemoryAckHandle
impl UnwindSafe for MemoryAckHandle
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