pub struct VarStmt {
pub name: OptionallyTypedIdent,
pub val: Expression,
pub is_const: bool,
}Fields§
§name: OptionallyTypedIdent§val: Expression§is_const: boolTrait Implementations§
impl StructuralPartialEq for VarStmt
Auto Trait Implementations§
impl Freeze for VarStmt
impl RefUnwindSafe for VarStmt
impl Send for VarStmt
impl Sync for VarStmt
impl Unpin for VarStmt
impl UnwindSafe for VarStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more