pub struct Replyer { /* private fields */ }
Expand description
The replyer side of a endpoint.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Replyer
impl !RefUnwindSafe for Replyer
impl Send for Replyer
impl Sync for Replyer
impl Unpin for Replyer
impl !UnwindSafe for Replyer
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