Struct usiem_basic_parser::BasicParserComponent
source · [−]pub struct BasicParserComponent { /* private fields */ }Implementations
Trait Implementations
Execute the logic of this component in an infinite loop. Must be stopped using Commands sent using the channel.
Allow to store information about this component like the state or conigurations.
Capabilities and actions that can be performed on this component
Get the channel to this component
Sets the channel of this component. It’s the kernel who sets the channel
Sets the channel to communicate with the kernel.
Allows the Kernel to duplicate this component
Initialize the component with the datasets before executing run
Auto Trait Implementations
impl !RefUnwindSafe for BasicParserComponent
impl Send for BasicParserComponent
impl !Sync for BasicParserComponent
impl Unpin for BasicParserComponent
impl !UnwindSafe for BasicParserComponent
Blanket Implementations
Mutably borrows from an owned value. Read more