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