Struct kubeless::types::Context[][src]

pub struct Context {
    pub function_name: String,
    pub runtime: String,
    pub timeout: usize,
    pub memory_limit: usize,
}

Contains information about the environment

Fields

Auto Trait Implementations

impl Send for Context

impl Sync for Context