[−][src]Enum sv_parser::specify_section::specify_block_declaration::SpecifyItem
Variants
SpecparamDeclaration(Box<SpecparamDeclaration>)PulsestyleDeclaration(Box<PulsestyleDeclaration>)ShowcancelledDeclaration(Box<ShowcancelledDeclaration>)PathDeclaration(Box<PathDeclaration>)SystemTimingCheck(Box<SystemTimingCheck>)Trait Implementations
impl Clone for SpecifyItem[src]
fn clone(&self) -> SpecifyItem[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<&'a SpecifyItem> for RefNode<'a>[src]
fn from(x: &'a SpecifyItem) -> RefNode<'a>[src]
impl From<SpecifyItem> for AnyNode[src]
fn from(x: SpecifyItem) -> AnyNode[src]
impl<'a> From<&'a SpecifyItem> for RefNodes<'a>[src]
fn from(x: &'a SpecifyItem) -> RefNodes<'a>[src]
impl StructuralPartialEq for SpecifyItem[src]
impl TryFrom<SpecifyItem> for Locate[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
x: SpecifyItem
) -> Result<Locate, <Locate as TryFrom<SpecifyItem>>::Error>[src]
x: SpecifyItem
) -> Result<Locate, <Locate as TryFrom<SpecifyItem>>::Error>
impl<'a> TryFrom<&'a SpecifyItem> for Locate[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
x: &'a SpecifyItem
) -> Result<Locate, <Locate as TryFrom<&'a SpecifyItem>>::Error>[src]
x: &'a SpecifyItem
) -> Result<Locate, <Locate as TryFrom<&'a SpecifyItem>>::Error>
impl TryFrom<AnyNode> for SpecifyItem[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
x: AnyNode
) -> Result<SpecifyItem, <SpecifyItem as TryFrom<AnyNode>>::Error>[src]
x: AnyNode
) -> Result<SpecifyItem, <SpecifyItem as TryFrom<AnyNode>>::Error>
impl<'a> IntoIterator for &'a SpecifyItem[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?
fn into_iter(self) -> <&'a SpecifyItem as IntoIterator>::IntoIter[src]
impl Debug for SpecifyItem[src]
impl<'a> Node<'a> for SpecifyItem[src]
impl PartialEq<SpecifyItem> for SpecifyItem[src]
fn eq(&self, other: &SpecifyItem) -> bool[src]
fn ne(&self, other: &SpecifyItem) -> bool[src]
Auto Trait Implementations
impl Send for SpecifyItem
impl Sync for SpecifyItem
impl Unpin for SpecifyItem
impl UnwindSafe for SpecifyItem
impl RefUnwindSafe for SpecifyItem
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,