pub struct LoopConfig {
pub on_error: OnErrorStrategy,
pub output_persistence: OutputPersistence,
}Expand description
Loop-specific configuration parsed from a loop node’s params.
Fields§
§on_error: OnErrorStrategy§output_persistence: OutputPersistenceTrait Implementations§
Source§impl Clone for LoopConfig
impl Clone for LoopConfig
Source§fn clone(&self) -> LoopConfig
fn clone(&self) -> LoopConfig
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 LoopConfig
impl Debug for LoopConfig
Source§impl Default for LoopConfig
impl Default for LoopConfig
Source§fn default() -> LoopConfig
fn default() -> LoopConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for LoopConfig
impl PartialEq for LoopConfig
impl Eq for LoopConfig
impl StructuralPartialEq for LoopConfig
Auto Trait Implementations§
impl Freeze for LoopConfig
impl RefUnwindSafe for LoopConfig
impl Send for LoopConfig
impl Sync for LoopConfig
impl Unpin for LoopConfig
impl UnsafeUnpin for LoopConfig
impl UnwindSafe for LoopConfig
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