pub struct SourceText;Expand description
The implementation of the standard source-text
function.
Trait Implementations§
Source§impl Function for SourceText
impl Function for SourceText
fn call( &self, graph: &mut Graph<'_>, source: &str, parameters: &mut dyn Parameters, ) -> Result<Value, ExecutionError>
Auto Trait Implementations§
impl Freeze for SourceText
impl RefUnwindSafe for SourceText
impl Send for SourceText
impl Sync for SourceText
impl Unpin for SourceText
impl UnsafeUnpin for SourceText
impl UnwindSafe for SourceText
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