pub struct Signal<'t> { /* private fields */ }Expand description
A received signal. This is a (dynamically-checked) ‘linear type’
value: it must be confirmed via confirm or ignore; dropping it
panics!
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for Signal<'t>
impl<'t> RefUnwindSafe for Signal<'t>
impl<'t> Send for Signal<'t>
impl<'t> Sync for Signal<'t>
impl<'t> Unpin for Signal<'t>
impl<'t> UnwindSafe for Signal<'t>
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