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