pub struct Delay2Single {
    pub nodes: (Symbol, DelayValue),
}Fields§
§nodes: (Symbol, DelayValue)Trait Implementations§
Source§impl Clone for Delay2Single
 
impl Clone for Delay2Single
Source§fn clone(&self) -> Delay2Single
 
fn clone(&self) -> Delay2Single
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for Delay2Single
 
impl Debug for Delay2Single
Source§impl<'a> From<&'a Delay2Single> for RefNode<'a>
 
impl<'a> From<&'a Delay2Single> for RefNode<'a>
Source§fn from(x: &'a Delay2Single) -> RefNode<'a>
 
fn from(x: &'a Delay2Single) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a Delay2Single> for RefNodes<'a>
 
impl<'a> From<&'a Delay2Single> for RefNodes<'a>
Source§fn from(x: &'a Delay2Single) -> RefNodes<'a>
 
fn from(x: &'a Delay2Single) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<Delay2Single> for AnyNode
 
impl From<Delay2Single> for AnyNode
Source§fn from(x: Delay2Single) -> AnyNode
 
fn from(x: Delay2Single) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a Delay2Single
 
impl<'a> IntoIterator for &'a Delay2Single
Source§impl PartialEq for Delay2Single
 
impl PartialEq for Delay2Single
Source§impl<'a> TryFrom<&'a Delay2Single> for Locate
 
impl<'a> TryFrom<&'a Delay2Single> for Locate
Source§impl TryFrom<AnyNode> for Delay2Single
 
impl TryFrom<AnyNode> for Delay2Single
Source§impl TryFrom<Delay2Single> for Locate
 
impl TryFrom<Delay2Single> for Locate
impl StructuralPartialEq for Delay2Single
Auto Trait Implementations§
impl Freeze for Delay2Single
impl RefUnwindSafe for Delay2Single
impl Send for Delay2Single
impl Sync for Delay2Single
impl Unpin for Delay2Single
impl UnwindSafe for Delay2Single
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