Type Alias stable_mir::ty::PolyFnSig

source ·
pub type PolyFnSig = Binder<FnSig>;

Aliased Type§

struct PolyFnSig {
    pub value: FnSig,
    pub bound_vars: Vec<BoundVariableKind, Global>,
}

Fields§

§value: FnSig§bound_vars: Vec<BoundVariableKind, Global>

Trait Implementations§

source§

impl<T: Clone> Clone for Binder<T>

source§

fn clone(&self) -> Binder<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T: Debug> Debug for Binder<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Foldable> Foldable for Binder<T>

source§

fn super_fold<V: Folder>(&self, folder: &mut V) -> ControlFlow<V::Break, Self>

source§

fn fold<V: Folder>(&self, folder: &mut V) -> ControlFlow<V::Break, Self>

source§

impl<T: Visitable> Visitable for Binder<T>

source§

fn super_visit<V: Visitor>(&self, visitor: &mut V) -> ControlFlow<V::Break>

source§

fn visit<V: Visitor>(&self, visitor: &mut V) -> ControlFlow<V::Break>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 56 bytes