Struct aster::method::SelfBuilder
[−]
[src]
pub struct SelfBuilder<F = Identity> { // some fields omitted }
pub struct SelfBuilder<F = Identity> { // some fields omitted }
impl SelfBuilder
fn new() -> Self
impl<F> SelfBuilder<F> where F: Invoke<(Mutability, ExplicitSelf)>
fn with_callback(callback: F) -> Self
fn build(self, self_: ExplicitSelf) -> F::Result
fn span(self, span: Span) -> Self
fn build_self_kind(self, self_: SelfKind) -> F::Result
fn mut_(self) -> Self
fn static_(self) -> F::Result
fn mut_static(self) -> F::Result
fn value(self) -> F::Result
fn ref_(self) -> F::Result
fn ref_lifetime<L>(self, lifetime: L) -> F::Result where L: IntoLifetime
fn ref_mut(self) -> F::Result
fn ref_mut_lifetime<L>(self, lifetime: L) -> F::Result where L: IntoLifetime
fn ty(self) -> TyBuilder<Self>
impl<F> Invoke<P<Ty>> for SelfBuilder<F> where F: Invoke<(Mutability, ExplicitSelf)>