pub struct SignalId(/* private fields */);Trait Implementations§
Source§impl Ord for SignalId
impl Ord for SignalId
Source§impl PartialOrd for SignalId
impl PartialOrd for SignalId
impl Copy for SignalId
impl Eq for SignalId
impl StructuralPartialEq for SignalId
Auto Trait Implementations§
impl Freeze for SignalId
impl RefUnwindSafe for SignalId
impl Send for SignalId
impl Sync for SignalId
impl Unpin for SignalId
impl UnsafeUnpin for SignalId
impl UnwindSafe for SignalId
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