pub struct ReplyEntry { /* private fields */ }Expand description
Entry reply
Implementations§
Trait Implementations§
Source§impl Debug for ReplyEntry
impl Debug for ReplyEntry
Source§impl Reply for ReplyEntry
impl Reply for ReplyEntry
Source§fn new<S: ReplySender>(unique: u64, sender: S) -> ReplyEntry
fn new<S: ReplySender>(unique: u64, sender: S) -> ReplyEntry
Create a new reply for the given request
Auto Trait Implementations§
impl Freeze for ReplyEntry
impl !RefUnwindSafe for ReplyEntry
impl Send for ReplyEntry
impl Sync for ReplyEntry
impl Unpin for ReplyEntry
impl !UnwindSafe for ReplyEntry
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