Struct stc_ts_file_analyzer::analyzer::expr::call_new::CallCandidate
source · [−]pub(super) struct CallCandidate {
pub type_params: Option<TypeParamDecl>,
pub params: Vec<FnParam>,
pub ret_ty: Box<Type>,
}
Expand description
TODO(kdy1): Use cow
Fields
type_params: Option<TypeParamDecl>
params: Vec<FnParam>
ret_ty: Box<Type>
Auto Trait Implementations
impl RefUnwindSafe for CallCandidate
impl Send for CallCandidate
impl Sync for CallCandidate
impl Unpin for CallCandidate
impl UnwindSafe for CallCandidate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more