pub struct SignalName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for SignalName
impl AsRef<str> for SignalName
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 (const: unstable) · 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<'de> Deserialize<'de> for SignalName
impl<'de> Deserialize<'de> for SignalName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SignalName
impl Display for SignalName
impl Eq for SignalName
Source§impl From<SignalName> for String
impl From<SignalName> for String
Source§fn from(value: SignalName) -> Self
fn from(value: SignalName) -> Self
Converts to this type from the input type.
Source§impl Hash for SignalName
impl Hash for SignalName
Source§impl Ord for SignalName
impl Ord for SignalName
Source§fn cmp(&self, other: &SignalName) -> Ordering
fn cmp(&self, other: &SignalName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignalName
impl PartialEq for SignalName
Source§impl PartialOrd for SignalName
impl PartialOrd for SignalName
Source§impl Serialize for SignalName
impl Serialize 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