pub type SbrdString = String;Expand description
String type for this crate
Aliased Type§
pub struct SbrdString { /* private fields */ }Trait Implementations§
Source§impl ForEvalGeneratorType for SbrdString
impl ForEvalGeneratorType for SbrdString
Source§fn get_generator_type() -> GeneratorType
fn get_generator_type() -> GeneratorType
The type of the generator
Source§fn eval_script<'a>(
script: &'a str,
context: &'a DataValueMap<&str>,
) -> EvalResult<DataValue>
fn eval_script<'a>( script: &'a str, context: &'a DataValueMap<&str>, ) -> EvalResult<DataValue>
Evaluate the script with the context
Source§impl ForGetValueAtGeneratorType for SbrdString
impl ForGetValueAtGeneratorType for SbrdString
Source§fn get_generator_type() -> GeneratorType
fn get_generator_type() -> GeneratorType
The type of the generator
Source§fn to_data_value(&self) -> DataValue
fn to_data_value(&self) -> DataValue
Function of converter for a generated value
Source§impl ForSelectGeneratorType for SbrdString
impl ForSelectGeneratorType for SbrdString
Source§fn get_generator_type() -> GeneratorType
fn get_generator_type() -> GeneratorType
The type of the generator
Source§fn to_data_value(&self) -> DataValue
fn to_data_value(&self) -> DataValue
Function of converter for a generated value