pub struct Substring(pub Unit);
Expand description
The substring
SQL function.
Tuple Fields§
§0: Unit
The string unit used by the function.
Trait Implementations§
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