pub struct PropertySpec {
pub nodes: (Option<ClockingEvent>, Option<(Keyword, Keyword, Paren<ExpressionOrDist>)>, PropertyExpr),
}Fields
nodes: (Option<ClockingEvent>, Option<(Keyword, Keyword, Paren<ExpressionOrDist>)>, PropertyExpr)Trait Implementations
sourceimpl Clone for PropertySpec
impl Clone for PropertySpec
sourcefn clone(&self) -> PropertySpec
fn clone(&self) -> PropertySpec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PropertySpec
impl Debug for PropertySpec
sourceimpl<'a> From<&'a PropertySpec> for RefNode<'a>
impl<'a> From<&'a PropertySpec> for RefNode<'a>
sourcefn from(x: &'a PropertySpec) -> Self
fn from(x: &'a PropertySpec) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a PropertySpec> for RefNodes<'a>
impl<'a> From<&'a PropertySpec> for RefNodes<'a>
sourcefn from(x: &'a PropertySpec) -> Self
fn from(x: &'a PropertySpec) -> Self
Converts to this type from the input type.
sourceimpl From<PropertySpec> for AnyNode
impl From<PropertySpec> for AnyNode
sourcefn from(x: PropertySpec) -> Self
fn from(x: PropertySpec) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a PropertySpec
impl<'a> IntoIterator for &'a PropertySpec
sourceimpl PartialEq<PropertySpec> for PropertySpec
impl PartialEq<PropertySpec> for PropertySpec
sourcefn eq(&self, other: &PropertySpec) -> bool
fn eq(&self, other: &PropertySpec) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PropertySpec) -> bool
fn ne(&self, other: &PropertySpec) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a PropertySpec> for Locate
impl<'a> TryFrom<&'a PropertySpec> for Locate
sourceimpl TryFrom<AnyNode> for PropertySpec
impl TryFrom<AnyNode> for PropertySpec
sourceimpl TryFrom<PropertySpec> for Locate
impl TryFrom<PropertySpec> for Locate
impl StructuralPartialEq for PropertySpec
Auto Trait Implementations
impl RefUnwindSafe for PropertySpec
impl Send for PropertySpec
impl Sync for PropertySpec
impl Unpin for PropertySpec
impl UnwindSafe for PropertySpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more