Struct sqlx_models_parser::ast::Substring [−][src]
pub struct Substring {
pub expr: Box<Expr>,
pub substring_from: Option<Box<Expr>>,
pub substring_for: Option<Box<Expr>>,
}
Expand description
SUBSTRING(
Fields
expr: Box<Expr>
substring_from: Option<Box<Expr>>
substring_for: Option<Box<Expr>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Substring
impl UnwindSafe for Substring
Blanket Implementations
Mutably borrows from an owned value. Read more