Struct unrest_tmp_syn::ExprPath [] [src]

pub struct ExprPath {
    pub qself: Option<QSelf>,
    pub path: Path,
}

Variable reference, possibly containing :: and/or type parameters, e.g. foo::bar::.

Optionally "qualified", E.g. <Vec<T> as SomeTrait>::SomeType.

Fields

Trait Implementations

impl Synom for ExprPath
[src]

impl ToTokens for ExprPath
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for ExprPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more