Struct vrl::stdlib::DecodeBase16
source · pub struct DecodeBase16;
Trait Implementations§
source§impl Clone for DecodeBase16
impl Clone for DecodeBase16
source§fn clone(&self) -> DecodeBase16
fn clone(&self) -> DecodeBase16
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DecodeBase16
impl Debug for DecodeBase16
source§impl Function for DecodeBase16
impl Function for DecodeBase16
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 compile(
&self,
_state: &TypeState,
_ctx: &mut FunctionCompileContext,
arguments: ArgumentList
) -> Compiled
fn compile( &self, _state: &TypeState, _ctx: &mut FunctionCompileContext, arguments: ArgumentList ) -> Compiled
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 summary(&self) -> &'static str
fn summary(&self) -> &'static str
A brief single-line description explaining what this function does.
impl Copy for DecodeBase16
Auto Trait Implementations§
impl RefUnwindSafe for DecodeBase16
impl Send for DecodeBase16
impl Sync for DecodeBase16
impl Unpin for DecodeBase16
impl UnwindSafe for DecodeBase16
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