pub struct StreamOperator {
    pub nodes: (Symbol,),
}Fields§
§nodes: (Symbol,)Trait Implementations§
Source§impl Clone for StreamOperator
 
impl Clone for StreamOperator
Source§fn clone(&self) -> StreamOperator
 
fn clone(&self) -> StreamOperator
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 StreamOperator
 
impl Debug for StreamOperator
Source§impl<'a> From<&'a StreamOperator> for RefNode<'a>
 
impl<'a> From<&'a StreamOperator> for RefNode<'a>
Source§fn from(x: &'a StreamOperator) -> RefNode<'a>
 
fn from(x: &'a StreamOperator) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a StreamOperator> for RefNodes<'a>
 
impl<'a> From<&'a StreamOperator> for RefNodes<'a>
Source§fn from(x: &'a StreamOperator) -> RefNodes<'a>
 
fn from(x: &'a StreamOperator) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<StreamOperator> for AnyNode
 
impl From<StreamOperator> for AnyNode
Source§fn from(x: StreamOperator) -> AnyNode
 
fn from(x: StreamOperator) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a StreamOperator
 
impl<'a> IntoIterator for &'a StreamOperator
Source§impl PartialEq for StreamOperator
 
impl PartialEq for StreamOperator
Source§impl<'a> TryFrom<&'a StreamOperator> for Locate
 
impl<'a> TryFrom<&'a StreamOperator> for Locate
Source§impl TryFrom<AnyNode> for StreamOperator
 
impl TryFrom<AnyNode> for StreamOperator
Source§impl TryFrom<StreamOperator> for Locate
 
impl TryFrom<StreamOperator> for Locate
impl StructuralPartialEq for StreamOperator
Auto Trait Implementations§
impl Freeze for StreamOperator
impl RefUnwindSafe for StreamOperator
impl Send for StreamOperator
impl Sync for StreamOperator
impl Unpin for StreamOperator
impl UnwindSafe for StreamOperator
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