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