pub struct GetEnvVar;
Trait Implementations§
source§impl Function for GetEnvVar
impl Function for GetEnvVar
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 GetEnvVar
Auto Trait Implementations§
impl RefUnwindSafe for GetEnvVar
impl Send for GetEnvVar
impl Sync for GetEnvVar
impl Unpin for GetEnvVar
impl UnwindSafe for GetEnvVar
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