pub struct ListDeploymentGroups<'a> { /* private fields */ }Expand description
Builder for Client::list_deployment_groups
Implementations§
Source§impl<'a> ListDeploymentGroups<'a>
impl<'a> ListDeploymentGroups<'a>
pub fn new(client: &'a Client) -> Self
pub fn cursor<V>(self, value: V) -> Self
pub fn limit<V>(self, value: V) -> Selfwhere
V: TryInto<NonZeroU64>,
pub fn project<V>(self, value: V) -> Selfwhere
V: TryInto<ProjectIdOrNameQueryParam>,
pub fn search<V>(self, value: V) -> Self
pub fn workspace<V>(self, value: V) -> Selfwhere
V: TryInto<ListDeploymentGroupsWorkspace>,
Sourcepub async fn send(
self,
) -> Result<ResponseValue<ListDeploymentGroupsResponse>, Error<ApiError>>
pub async fn send( self, ) -> Result<ResponseValue<ListDeploymentGroupsResponse>, Error<ApiError>>
Sends a GET request to /v1/deployment-groups
Trait Implementations§
Source§impl<'a> Clone for ListDeploymentGroups<'a>
impl<'a> Clone for ListDeploymentGroups<'a>
Source§fn clone(&self) -> ListDeploymentGroups<'a>
fn clone(&self) -> ListDeploymentGroups<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for ListDeploymentGroups<'a>
impl<'a> !RefUnwindSafe for ListDeploymentGroups<'a>
impl<'a> Send for ListDeploymentGroups<'a>
impl<'a> Sync for ListDeploymentGroups<'a>
impl<'a> Unpin for ListDeploymentGroups<'a>
impl<'a> UnsafeUnpin for ListDeploymentGroups<'a>
impl<'a> !UnwindSafe for ListDeploymentGroups<'a>
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