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