Struct sway_core::declaration_engine::DeclarationEngine
source · pub struct DeclarationEngine { /* private fields */ }
Expand description
Used inside of type inference to store declarations.
Trait Implementations
sourceimpl Debug for DeclarationEngine
impl Debug for DeclarationEngine
sourceimpl Default for DeclarationEngine
impl Default for DeclarationEngine
sourcefn default() -> DeclarationEngine
fn default() -> DeclarationEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeclarationEngine
impl Send for DeclarationEngine
impl Sync for DeclarationEngine
impl Unpin for DeclarationEngine
impl UnwindSafe for DeclarationEngine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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