pub struct SignalRecv(/* private fields */);Expand description
Trycp client recv.
Implementations§
Auto Trait Implementations§
impl Freeze for SignalRecv
impl RefUnwindSafe for SignalRecv
impl Send for SignalRecv
impl Sync for SignalRecv
impl Unpin for SignalRecv
impl UnwindSafe for SignalRecv
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