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]
impl Clone for VariableNamesfn clone(&self) -> VariableNames[src]
fn clone(&self) -> VariableNamesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VariableNames[src]
impl Debug for VariableNamesfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for VariableNames[src]
impl Default for VariableNamesfn default() -> VariableNames[src]
fn default() -> VariableNamesReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for VariableNames
impl Send for VariableNamesimpl Sync for VariableNames
impl Sync for VariableNames