pub struct ListOperatorNode;Expand description
List operator node — filter / sort / deduplicate / limit a JSON array.
Trait Implementations§
Source§impl Node for ListOperatorNode
impl Node for ListOperatorNode
Source§fn node_type(&self) -> &str
fn node_type(&self) -> &str
The node type identifier matched against the
"type" field in the
flow definition and looked up in NodeRegistry.Auto Trait Implementations§
impl Freeze for ListOperatorNode
impl RefUnwindSafe for ListOperatorNode
impl Send for ListOperatorNode
impl Sync for ListOperatorNode
impl Unpin for ListOperatorNode
impl UnsafeUnpin for ListOperatorNode
impl UnwindSafe for ListOperatorNode
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