Struct azure_functions::Context[][src]

pub struct Context<'a> { /* fields omitted */ }

Represents context about an Azure Function invocation.

Methods

impl<'a> Context<'a>
[src]

Gets the invocation identifier for the current Azure Function.

Gets the function identifier for the current Azure Function.

Gets the name of the current Azure Function.

Gets the directory for the current Azure Function.

Gets the directory for the current Azure Function Application.

Trait Implementations

impl<'a> Debug for Context<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Context<'a>

impl<'a> Sync for Context<'a>