pub struct CellInfo {
pub params: Vec<(String, TypeExpr)>,
pub return_type: Option<TypeExpr>,
pub effects: Vec<String>,
}Fields§
§params: Vec<(String, TypeExpr)>§return_type: Option<TypeExpr>§effects: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellInfo
impl RefUnwindSafe for CellInfo
impl Send for CellInfo
impl Sync for CellInfo
impl Unpin for CellInfo
impl UnwindSafe for CellInfo
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