pub struct ParamLink {
pub expr_id: ExprId,
pub param_name: InternedStr,
pub context: String,
}Expand description
ExprId とパラメータ名のリンク情報
Fields§
§expr_id: ExprId式 ID
param_name: InternedStrパラメータ名
context: Stringリンクのコンテキスト
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamLink
impl RefUnwindSafe for ParamLink
impl Send for ParamLink
impl Sync for ParamLink
impl Unpin for ParamLink
impl UnsafeUnpin for ParamLink
impl UnwindSafe for ParamLink
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