Struct aster::method::SelfBuilder
[−]
[src]
pub struct SelfBuilder<F> {
// some fields omitted
}pub struct SelfBuilder<F> {
// some fields omitted
}impl<F> SelfBuilder<F> where F: Invoke<ExplicitSelf>fn new_with_callback(callback: F) -> Selffn build(self, self_: ExplicitSelf) -> F::Resultfn span(self, span: Span) -> Selffn build_self_(self, self_: ExplicitSelf_) -> F::Resultfn static_(self) -> F::Resultfn value(self) -> F::Resultfn ref_(self) -> F::Resultfn ref_lifetime<L>(self, lifetime: L) -> F::Result where L: IntoLifetimefn ref_mut(self) -> F::Resultfn ref_mut_lifetime<L>(self, lifetime: L) -> F::Result where L: IntoLifetimeimpl<F> Invoke<P<Ty>> for SelfBuilder<F> where F: Invoke<ExplicitSelf>
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)