pub struct SignalIdentifier {
pub nodes: (Identifier,),
}
Fields§
§nodes: (Identifier,)
Trait Implementations§
Source§impl Clone for SignalIdentifier
impl Clone for SignalIdentifier
Source§fn clone(&self) -> SignalIdentifier
fn clone(&self) -> SignalIdentifier
Returns a copy 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 SignalIdentifier
impl Debug for SignalIdentifier
Source§impl<'a> From<&'a SignalIdentifier> for RefNode<'a>
impl<'a> From<&'a SignalIdentifier> for RefNode<'a>
Source§fn from(x: &'a SignalIdentifier) -> RefNode<'a>
fn from(x: &'a SignalIdentifier) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a SignalIdentifier> for RefNodes<'a>
impl<'a> From<&'a SignalIdentifier> for RefNodes<'a>
Source§fn from(x: &'a SignalIdentifier) -> RefNodes<'a>
fn from(x: &'a SignalIdentifier) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<SignalIdentifier> for AnyNode
impl From<SignalIdentifier> for AnyNode
Source§fn from(x: SignalIdentifier) -> AnyNode
fn from(x: SignalIdentifier) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SignalIdentifier
impl<'a> IntoIterator for &'a SignalIdentifier
Source§impl PartialEq for SignalIdentifier
impl PartialEq for SignalIdentifier
Source§impl<'a> TryFrom<&'a SignalIdentifier> for Locate
impl<'a> TryFrom<&'a SignalIdentifier> for Locate
Source§impl TryFrom<AnyNode> for SignalIdentifier
impl TryFrom<AnyNode> for SignalIdentifier
Source§impl TryFrom<SignalIdentifier> for Locate
impl TryFrom<SignalIdentifier> for Locate
impl StructuralPartialEq for SignalIdentifier
Auto Trait Implementations§
impl Freeze for SignalIdentifier
impl RefUnwindSafe for SignalIdentifier
impl Send for SignalIdentifier
impl Sync for SignalIdentifier
impl Unpin for SignalIdentifier
impl UnwindSafe for SignalIdentifier
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