Docs.rs
  • ra_ap_syntax-0.0.177
    • ra_ap_syntax 0.0.177
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rust-lang-owner
    • github:rust-lang:wg-rls-2
    • Dependencies
      • cov-mark ^2.0.0-pre.1 normal
      • either ^1.7.0 normal
      • indexmap ^2.0.0 normal
      • itertools ^0.10.5 normal
      • once_cell ^1.17.0 normal
      • ra_ap_parser =0.0.177 normal
      • ra_ap_profile =0.0.177 normal
      • rowan ^0.15.11 normal
      • ra_ap_rustc-dependencies =0.0.177 normal
      • rustc-hash ^1.1.0 normal
      • smol_str ^0.2.0 normal
      • ra_ap_stdx =0.0.177 normal
      • ra_ap_text_edit =0.0.177 normal
      • triomphe ^0.1.8 normal
    • Versions
    • 11.3% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ra_ap_syntax0.0.177

GenericParamsOwnerEdit

Required Methods

  • get_or_create_generic_param_list
  • get_or_create_where_clause

Implementors

In ra_ap_syntax::ast::edit_in_place

?
Change settings

Trait ra_ap_syntax::ast::edit_in_place::GenericParamsOwnerEdit

source ·
pub trait GenericParamsOwnerEdit: HasGenericParams {
    // Required methods
    fn get_or_create_generic_param_list(&self) -> GenericParamList;
    fn get_or_create_where_clause(&self) -> WhereClause;
}

Required Methods§

source

fn get_or_create_generic_param_list(&self) -> GenericParamList

source

fn get_or_create_where_clause(&self) -> WhereClause

Implementors§

source§

impl GenericParamsOwnerEdit for Enum

source§

impl GenericParamsOwnerEdit for Fn

source§

impl GenericParamsOwnerEdit for Impl

source§

impl GenericParamsOwnerEdit for Struct

source§

impl GenericParamsOwnerEdit for Trait