Struct aster::pat::PatStructPathBuilder
[−]
[src]
pub struct PatStructPathBuilder<F> { // some fields omitted }
pub struct PatStructPathBuilder<F> { // some fields omitted }
impl<F> PatStructPathBuilder<F> where F: Invoke<P<Pat>>
fn with_field_pat(self, pat: FieldPat) -> Self
fn with_pats<I, T>(self, iter: I) -> Self where I: IntoIterator<Item=(T, P<Pat>)>, T: ToIdent
fn pat<I>(self, id: I) -> PatBuilder<PatStructFieldBuilder<F>> where I: ToIdent
fn with_ids<I, T>(self, iter: I) -> Self where I: IntoIterator<Item=T>, T: ToIdent
fn id<I>(self, id: I) -> Self where I: ToIdent
fn etc(self) -> F::Result
fn build(self) -> F::Result
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)