pub struct ListQueries {}
Expand description
The endpoint to retrieve all queries visible to the current user
to actually use them pass the query_id to the ListIssues endpoint
Implementations§
Source§impl ListQueries
impl ListQueries
Sourcepub fn builder() -> ListQueriesBuilder
pub fn builder() -> ListQueriesBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for ListQueries
impl Clone for ListQueries
Source§fn clone(&self) -> ListQueries
fn clone(&self) -> ListQueries
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListQueries
impl Debug for ListQueries
Source§impl Endpoint for ListQueries
impl Endpoint for ListQueries
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Source§impl Pageable for ListQueries
impl Pageable for ListQueries
Source§fn response_wrapper_key(&self) -> String
fn response_wrapper_key(&self) -> String
returns the name of the key in the response that contains the list of results
impl ReturnsJsonResponse for ListQueries
Auto Trait Implementations§
impl Freeze for ListQueries
impl RefUnwindSafe for ListQueries
impl Send for ListQueries
impl Sync for ListQueries
impl Unpin for ListQueries
impl UnwindSafe for ListQueries
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