Struct aster::method::SelfBuilder
[−]
[src]
pub struct SelfBuilder<F = Identity> {
// some fields omitted
}pub struct SelfBuilder<F = Identity> {
// some fields omitted
}impl SelfBuilderfn new() -> Selfimpl<F> SelfBuilder<F> where F: Invoke<(Mutability, ExplicitSelf)>fn with_callback(callback: F) -> Selffn build(self, self_: ExplicitSelf) -> F::Resultfn span(self, span: Span) -> Selffn build_self_kind(self, self_: SelfKind) -> F::Resultfn mut_(self) -> Selffn static_(self) -> F::Resultfn mut_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: IntoLifetimefn ty(self) -> TyBuilder<Self>impl<F> Invoke<P<Ty>> for SelfBuilder<F> where F: Invoke<(Mutability, ExplicitSelf)>