[−][src]Enum sv_parser::declarations::PropertyExpr
Variants
SequenceExpr(Box<SequenceExpr>)Strong(Box<PropertyExprStrong>)Weak(Box<PropertyExprWeak>)Paren(Box<PropertyExprParen>)Not(Box<PropertyExprNot>)BinaryProperty(Box<PropertyExprBinaryProperty>)BinarySequence(Box<PropertyExprBinarySequence>)If(Box<PropertyExprIf>)Case(Box<PropertyExprCase>)Nexttime(Box<PropertyExprNexttime>)SNexttime(Box<PropertyExprSNexttime>)Always(Box<PropertyExprAlways>)SAlways(Box<PropertyExprSAlways>)Eventually(Box<PropertyExprEventually>)SEventually(Box<PropertyExprSEventually>)AcceptOn(Box<PropertyExprAcceptOn>)RejectOn(Box<PropertyExprRejectOn>)SyncAcceptOn(Box<PropertyExprSyncAcceptOn>)SyncRejectOn(Box<PropertyExprSyncRejectOn>)PropertyInstance(Box<PropertyInstance>)ClockingEvent(Box<PropertyExprClockingEvent>)Trait Implementations
impl Clone for PropertyExpr[src]
fn clone(&self) -> PropertyExpr[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PropertyExpr[src]
impl<'a> From<&'a PropertyExpr> for RefNode<'a>[src]
fn from(x: &'a PropertyExpr) -> RefNode<'a>[src]
impl<'a> From<&'a PropertyExpr> for RefNodes<'a>[src]
fn from(x: &'a PropertyExpr) -> RefNodes<'a>[src]
impl From<PropertyExpr> for AnyNode[src]
fn from(x: PropertyExpr) -> AnyNode[src]
impl<'a> IntoIterator for &'a PropertyExpr[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 PropertyExpr as IntoIterator>::IntoIter[src]
impl<'a> Node<'a> for PropertyExpr[src]
impl PartialEq<PropertyExpr> for PropertyExpr[src]
fn eq(&self, other: &PropertyExpr) -> bool[src]
fn ne(&self, other: &PropertyExpr) -> bool[src]
impl<'a> TryFrom<&'a PropertyExpr> for Locate[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
x: &'a PropertyExpr
) -> Result<Locate, <Locate as TryFrom<&'a PropertyExpr>>::Error>[src]
x: &'a PropertyExpr
) -> Result<Locate, <Locate as TryFrom<&'a PropertyExpr>>::Error>
impl TryFrom<AnyNode> for PropertyExpr[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
x: AnyNode
) -> Result<PropertyExpr, <PropertyExpr as TryFrom<AnyNode>>::Error>[src]
x: AnyNode
) -> Result<PropertyExpr, <PropertyExpr as TryFrom<AnyNode>>::Error>
impl TryFrom<PropertyExpr> for Locate[src]
Auto Trait Implementations
impl RefUnwindSafe for PropertyExpr
impl Send for PropertyExpr
impl Sync for PropertyExpr
impl Unpin for PropertyExpr
impl UnwindSafe for PropertyExpr
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,
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.
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>,