Struct ast_grep_napi::FindConfig
source · pub struct FindConfig {
pub paths: Vec<String>,
pub matcher: NapiConfig,
}
Fields§
§paths: Vec<String>
§matcher: NapiConfig
Trait Implementations§
source§impl FromNapiValue for FindConfig
impl FromNapiValue for FindConfig
source§impl ToNapiValue for FindConfig
impl ToNapiValue for FindConfig
source§unsafe fn to_napi_value(env: napi_env, val: FindConfig) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: FindConfig) -> Result<napi_value>
Safety Read more
source§impl TypeName for FindConfig
impl TypeName for FindConfig
Auto Trait Implementations§
impl RefUnwindSafe for FindConfig
impl Send for FindConfig
impl Sync for FindConfig
impl Unpin for FindConfig
impl UnwindSafe for FindConfig
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