pub struct TfallPathDelayExpression<'a>(pub PathDelayExpression<'a>);Tuple Fields§
§0: PathDelayExpression<'a>Implementations§
Source§impl<'a: 'b, 'b> TfallPathDelayExpression<'a>
impl<'a: 'b, 'b> TfallPathDelayExpression<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the TfallPathDelayExpression and its children
Trait Implementations§
Source§impl<'a> Clone for TfallPathDelayExpression<'a>
impl<'a> Clone for TfallPathDelayExpression<'a>
Source§fn clone(&self) -> TfallPathDelayExpression<'a>
fn clone(&self) -> TfallPathDelayExpression<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for TfallPathDelayExpression<'a>
impl<'a> Debug for TfallPathDelayExpression<'a>
Source§impl<'a: 'b, 'b> From<&'b TfallPathDelayExpression<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b TfallPathDelayExpression<'a>> for Node<'a, 'b>
Source§fn from(value: &'b TfallPathDelayExpression<'a>) -> Self
fn from(value: &'b TfallPathDelayExpression<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b TfallPathDelayExpression<'a>
impl<'a: 'b, 'b> IntoIterator for &'b TfallPathDelayExpression<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for TfallPathDelayExpression<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for TfallPathDelayExpression<'a>
Source§impl<'a> PartialEq for TfallPathDelayExpression<'a>
impl<'a> PartialEq for TfallPathDelayExpression<'a>
Source§fn eq(&self, other: &TfallPathDelayExpression<'a>) -> bool
fn eq(&self, other: &TfallPathDelayExpression<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for TfallPathDelayExpression<'a>
Auto Trait Implementations§
impl<'a> Freeze for TfallPathDelayExpression<'a>
impl<'a> RefUnwindSafe for TfallPathDelayExpression<'a>
impl<'a> Send for TfallPathDelayExpression<'a>
impl<'a> Sync for TfallPathDelayExpression<'a>
impl<'a> Unpin for TfallPathDelayExpression<'a>
impl<'a> UnsafeUnpin for TfallPathDelayExpression<'a>
impl<'a> UnwindSafe for TfallPathDelayExpression<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more