pub struct SignalName(/* private fields */);Expand description
A signal name used in trace / codegen diagnostics.
Implementations§
Trait Implementations§
Source§impl Clone for SignalName
impl Clone for SignalName
Source§fn clone(&self) -> SignalName
fn clone(&self) -> SignalName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignalName
impl Debug for SignalName
Source§impl Display for SignalName
impl Display for SignalName
Source§impl Hash for SignalName
impl Hash for SignalName
Source§impl PartialEq for SignalName
impl PartialEq for SignalName
impl Eq for SignalName
impl StructuralPartialEq for SignalName
Auto Trait Implementations§
impl Freeze for SignalName
impl RefUnwindSafe for SignalName
impl Send for SignalName
impl Sync for SignalName
impl Unpin for SignalName
impl UnsafeUnpin for SignalName
impl UnwindSafe for SignalName
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