pub struct ReceiveHandle(/* private fields */);
Expand description
A handle to a received message.
Must be returned to the stack with finished_receive
or fetch_message_with
otherwise the reassembly slot will not be released for further messages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReceiveHandle
impl RefUnwindSafe for ReceiveHandle
impl Send for ReceiveHandle
impl Sync for ReceiveHandle
impl Unpin for ReceiveHandle
impl UnwindSafe for ReceiveHandle
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