pub struct IsString;
Trait Implementations§
source§impl Function for IsString
impl Function for IsString
source§fn identifier(&self) -> &'static str
fn identifier(&self) -> &'static str
The identifier by which the function can be called.
source§fn parameters(&self) -> &'static [Parameter]
fn parameters(&self) -> &'static [Parameter]
An optional list of parameters the function accepts. Read more
source§fn examples(&self) -> &'static [Example]
fn examples(&self) -> &'static [Example]
One or more examples demonstrating usage of the function in VRL source
code.
source§fn compile(
&self,
_state: &TypeState,
_ctx: &mut FunctionCompileContext,
arguments: ArgumentList
) -> Compiled
fn compile( &self, _state: &TypeState, _ctx: &mut FunctionCompileContext, arguments: ArgumentList ) -> Compiled
source§fn summary(&self) -> &'static str
fn summary(&self) -> &'static str
A brief single-line description explaining what this function does.
impl Copy for IsString
Auto Trait Implementations§
impl RefUnwindSafe for IsString
impl Send for IsString
impl Sync for IsString
impl Unpin for IsString
impl UnwindSafe for IsString
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