Struct rustful::handler::VariableNames [] [src]

pub struct VariableNames(pub Vec<MaybeUtf8Owned>);

Context type for storing path variable names.

Trait Implementations

impl Clone for VariableNames
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VariableNames
[src]

Formats the value using the given formatter. Read more

impl Default for VariableNames
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for VariableNames

impl Sync for VariableNames