Available on crate feature
plugin only.Expand description
The possible replies to a bidirectional command.
Implementations
Auto Trait Implementations
impl<'a, R, W> RefUnwindSafe for Reply<'a, R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, R, W> Send for Reply<'a, R, W>where
R: Send,
W: Send,
impl<'a, R, W> Sync for Reply<'a, R, W>where
R: Sync,
W: Sync,
impl<'a, R, W> Unpin for Reply<'a, R, W>
impl<'a, R, W> !UnwindSafe for Reply<'a, R, W>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more