pub struct ImplAssocReft {
pub name: Ident,
pub params: RefineParams,
pub output: BaseSort,
pub body: Expr,
pub span: Span,
}
Fields§
§name: Ident
§params: RefineParams
§output: BaseSort
§body: Expr
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplAssocReft
impl RefUnwindSafe for ImplAssocReft
impl Send for ImplAssocReft
impl Sync for ImplAssocReft
impl Unpin for ImplAssocReft
impl UnwindSafe for ImplAssocReft
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