Struct rill_engine::config::EngineConfig [−][src]
pub struct EngineConfig {
pub node: Option<String>,
pub name: Option<EntryId>,
pub provider_type: StreamType,
}Expand description
Provider configuration
Fields
node: Option<String>Node where connect the provider
name: Option<EntryId>The name of the provider
provider_type: StreamTypeThe type of the provider
Implementations
Creates a new EngineConfig of the specified type.
Returns true if node explicitly specified.
Name of the provider
The type of the provider
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EngineConfigimpl Send for EngineConfigimpl Sync for EngineConfigimpl Unpin for EngineConfigimpl UnwindSafe for EngineConfigBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V