pub struct OnlySignals;
Trait Implementations§
Source§impl Clone for OnlySignals
impl Clone for OnlySignals
Source§fn clone(&self) -> OnlySignals
fn clone(&self) -> OnlySignals
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl SignalInfo for OnlySignals
Auto Trait Implementations§
impl Freeze for OnlySignals
impl RefUnwindSafe for OnlySignals
impl Send for OnlySignals
impl Sync for OnlySignals
impl Unpin for OnlySignals
impl UnwindSafe for OnlySignals
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