pub struct VarDef {
pub ty: GroupIdx,
pub mutable: bool,
}
Fields§
§ty: GroupIdx
§mutable: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarDef
impl RefUnwindSafe for VarDef
impl Send for VarDef
impl Sync for VarDef
impl Unpin for VarDef
impl UnwindSafe for VarDef
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