Struct move_model::ast::SpecVarDecl
source · [−]pub struct SpecVarDecl {
pub loc: Loc,
pub name: Symbol,
pub type_params: Vec<(Symbol, Type)>,
pub type_: Type,
pub init: Option<Exp>,
}
Expand description
Fields
loc: Loc
name: Symbol
type_params: Vec<(Symbol, Type)>
type_: Type
init: Option<Exp>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpecVarDecl
impl !Send for SpecVarDecl
impl !Sync for SpecVarDecl
impl Unpin for SpecVarDecl
impl UnwindSafe for SpecVarDecl
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