pub struct ResponsePromise(/* private fields */);Implementations§
Source§impl ResponsePromise
impl ResponsePromise
pub fn reply(self, res: Result<CommandResponse>) -> ResultPromise
Auto Trait Implementations§
impl Freeze for ResponsePromise
impl !RefUnwindSafe for ResponsePromise
impl Send for ResponsePromise
impl Sync for ResponsePromise
impl Unpin for ResponsePromise
impl !UnwindSafe for ResponsePromise
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