Struct sway_core::semantic_analysis::TypeCheckArguments
source · [−]pub struct TypeCheckArguments<'a, T> {
pub checkee: T,
pub namespace: &'a mut Namespace,
pub return_type_annotation: TypeId,
pub help_text: &'static str,
pub self_type: TypeId,
pub build_config: &'a BuildConfig,
pub dead_code_graph: &'a mut ControlFlowGraph,
pub mode: Mode,
pub opts: TCOpts,
}
Fields
checkee: T
namespace: &'a mut Namespace
return_type_annotation: TypeId
help_text: &'static str
self_type: TypeId
build_config: &'a BuildConfig
dead_code_graph: &'a mut ControlFlowGraph
mode: Mode
opts: TCOpts
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for TypeCheckArguments<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for TypeCheckArguments<'a, T> where
T: Send,
impl<'a, T> Sync for TypeCheckArguments<'a, T> where
T: Sync,
impl<'a, T> Unpin for TypeCheckArguments<'a, T> where
T: Unpin,
impl<'a, T> !UnwindSafe for TypeCheckArguments<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more