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§
impl Eq for Substring
impl StructuralPartialEq for Substring
Auto Trait Implementations§
impl Freeze for Substring
impl RefUnwindSafe for Substring
impl Send for Substring
impl Sync for Substring
impl Unpin for Substring
impl UnwindSafe for Substring
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more