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