pub enum AlwaysKeyword {
    Always(Box<Keyword>),
    AlwaysComb(Box<Keyword>),
    AlwaysLatch(Box<Keyword>),
    AlwaysFf(Box<Keyword>),
}Variants§
Trait Implementations§
Source§impl Clone for AlwaysKeyword
 
impl Clone for AlwaysKeyword
Source§fn clone(&self) -> AlwaysKeyword
 
fn clone(&self) -> AlwaysKeyword
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 AlwaysKeyword
 
impl Debug for AlwaysKeyword
Source§impl<'a> From<&'a AlwaysKeyword> for RefNode<'a>
 
impl<'a> From<&'a AlwaysKeyword> for RefNode<'a>
Source§fn from(x: &'a AlwaysKeyword) -> RefNode<'a>
 
fn from(x: &'a AlwaysKeyword) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a AlwaysKeyword> for RefNodes<'a>
 
impl<'a> From<&'a AlwaysKeyword> for RefNodes<'a>
Source§fn from(x: &'a AlwaysKeyword) -> RefNodes<'a>
 
fn from(x: &'a AlwaysKeyword) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<AlwaysKeyword> for AnyNode
 
impl From<AlwaysKeyword> for AnyNode
Source§fn from(x: AlwaysKeyword) -> AnyNode
 
fn from(x: AlwaysKeyword) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a AlwaysKeyword
 
impl<'a> IntoIterator for &'a AlwaysKeyword
Source§impl PartialEq for AlwaysKeyword
 
impl PartialEq for AlwaysKeyword
Source§impl<'a> TryFrom<&'a AlwaysKeyword> for Locate
 
impl<'a> TryFrom<&'a AlwaysKeyword> for Locate
Source§impl TryFrom<AlwaysKeyword> for Locate
 
impl TryFrom<AlwaysKeyword> for Locate
Source§impl TryFrom<AnyNode> for AlwaysKeyword
 
impl TryFrom<AnyNode> for AlwaysKeyword
impl StructuralPartialEq for AlwaysKeyword
Auto Trait Implementations§
impl Freeze for AlwaysKeyword
impl RefUnwindSafe for AlwaysKeyword
impl Send for AlwaysKeyword
impl Sync for AlwaysKeyword
impl Unpin for AlwaysKeyword
impl UnwindSafe for AlwaysKeyword
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