pub struct FormatStringFunction;Expand description
String interpolation with ${expression} blocks and \${ escaping.
Trait Implementations§
Source§impl FunctionImplementation for FormatStringFunction
impl FunctionImplementation for FormatStringFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for FormatStringFunction
impl RefUnwindSafe for FormatStringFunction
impl Send for FormatStringFunction
impl Sync for FormatStringFunction
impl Unpin for FormatStringFunction
impl UnsafeUnpin for FormatStringFunction
impl UnwindSafe for FormatStringFunction
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