pub struct ConstInfo {
pub name: String,
pub ty: Option<TypeExpr>,
pub value: Option<Expr>,
}Fields§
§name: String§ty: Option<TypeExpr>§value: Option<Expr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstInfo
impl RefUnwindSafe for ConstInfo
impl Send for ConstInfo
impl Sync for ConstInfo
impl Unpin for ConstInfo
impl UnwindSafe for ConstInfo
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