Skip to main content

String

Type Alias String 

Source
pub type String = String;

Aliased Type§

pub struct String { /* private fields */ }

Trait Implementations§

Source§

impl From<Text> for String

Source§

fn from(value: Text) -> Self

Converts to this type from the input type.
Source§

impl FromValue for String

Source§

fn from_sql(val: Value) -> Result<Self>

Source§

impl TryFrom<ValueRef<'_>> for String

Source§

type Error = LimboError

The type returned in the event of a conversion error.
Source§

fn try_from(value: ValueRef<'_>) -> Result<Self, Self::Error>

Performs the conversion.