Struct azure_devops_rust_api::search::code_search_results::Client
source · pub struct Client(/* private fields */);
Implementations§
source§impl Client
impl Client
sourcepub fn fetch_code_search_results(
&self,
organization: impl Into<String>,
body: impl Into<CodeSearchRequest>,
project: impl Into<String>
) -> RequestBuilder
pub fn fetch_code_search_results( &self, organization: impl Into<String>, body: impl Into<CodeSearchRequest>, project: impl Into<String> ) -> RequestBuilder
Provides a set of results for the search text.
Arguments:
organization
: The name of the Azure DevOps organization.body
: The Code Search Request.project
: Project ID or project name
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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