[−][src]Enum sv_parser::CompilerDirective
Variants
ResetallCompilerDirective(Box<ResetallCompilerDirective, Global>)IncludeCompilerDirective(Box<IncludeCompilerDirective, Global>)TextMacroDefinition(Box<TextMacroDefinition, Global>)TextMacroUsage(Box<TextMacroUsage, Global>)UndefineCompilerDirective(Box<UndefineCompilerDirective, Global>)UndefineallCompilerDirective(Box<UndefineallCompilerDirective, Global>)ConditionalCompilerDirective(Box<ConditionalCompilerDirective, Global>)TimescaleCompilerDirective(Box<TimescaleCompilerDirective, Global>)DefaultNettypeCompilerDirective(Box<DefaultNettypeCompilerDirective, Global>)UnconnectedDriveCompilerDirective(Box<UnconnectedDriveCompilerDirective, Global>)NounconnectedDriveCompilerDirective(Box<NounconnectedDriveCompilerDirective, Global>)CelldefineDriveCompilerDirective(Box<CelldefineDriveCompilerDirective, Global>)EndcelldefineDriveCompilerDirective(Box<EndcelldefineDriveCompilerDirective, Global>)LineCompilerDirective(Box<LineCompilerDirective, Global>)PositionCompilerDirective(Box<PositionCompilerDirective, Global>)KeywordsDirective(Box<KeywordsDirective, Global>)EndkeywordsDirective(Box<EndkeywordsDirective, Global>)Trait Implementations
impl Clone for CompilerDirective[src]
pub fn clone(&self) -> CompilerDirective[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CompilerDirective[src]
impl<'a> From<&'a CompilerDirective> for RefNodes<'a>[src]
pub fn from(x: &'a CompilerDirective) -> RefNodes<'a>[src]
impl<'a> From<&'a CompilerDirective> for RefNode<'a>[src]
pub fn from(x: &'a CompilerDirective) -> RefNode<'a>[src]
impl From<CompilerDirective> for AnyNode[src]
pub fn from(x: CompilerDirective) -> AnyNode[src]
impl<'a> IntoIterator for &'a CompilerDirective[src]
type Item = RefNode<'a>
The type of the elements being iterated over.
type IntoIter = Iter<'a>
Which kind of iterator are we turning this into?
pub fn into_iter(self) -> <&'a CompilerDirective as IntoIterator>::IntoIter[src]
impl<'a> Node<'a> for CompilerDirective[src]
impl PartialEq<CompilerDirective> for CompilerDirective[src]
pub fn eq(&self, other: &CompilerDirective) -> bool[src]
pub fn ne(&self, other: &CompilerDirective) -> bool[src]
impl StructuralPartialEq for CompilerDirective[src]
impl<'a> TryFrom<&'a CompilerDirective> for Locate[src]
type Error = ()
The type returned in the event of a conversion error.
pub fn try_from(
x: &'a CompilerDirective
) -> Result<Locate, <Locate as TryFrom<&'a CompilerDirective>>::Error>[src]
x: &'a CompilerDirective
) -> Result<Locate, <Locate as TryFrom<&'a CompilerDirective>>::Error>
impl TryFrom<AnyNode> for CompilerDirective[src]
type Error = ()
The type returned in the event of a conversion error.
pub fn try_from(
x: AnyNode
) -> Result<CompilerDirective, <CompilerDirective as TryFrom<AnyNode>>::Error>[src]
x: AnyNode
) -> Result<CompilerDirective, <CompilerDirective as TryFrom<AnyNode>>::Error>
impl TryFrom<CompilerDirective> for Locate[src]
Auto Trait Implementations
impl RefUnwindSafe for CompilerDirective
impl Send for CompilerDirective
impl Sync for CompilerDirective
impl Unpin for CompilerDirective
impl UnwindSafe for CompilerDirective
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,