pub struct ListDeploymentContainerEvents<'a> { /* private fields */ }Expand description
Builder for Client::list_deployment_container_events
Implementations§
Source§impl<'a> ListDeploymentContainerEvents<'a>
impl<'a> ListDeploymentContainerEvents<'a>
pub fn new(client: &'a Client) -> Self
pub fn id<V>(self, value: V) -> Selfwhere
V: TryInto<ListDeploymentContainerEventsId>,
pub fn involved_object_id<V>(self, value: V) -> Self
pub fn involved_object_type<V>(self, value: V) -> Self
pub fn limit<V>(self, value: V) -> Selfwhere
V: TryInto<NonZeroU64>,
pub fn reason<V>(self, value: V) -> Self
pub fn type_<V>(self, value: V) -> Selfwhere
V: TryInto<ListDeploymentContainerEventsType>,
pub fn workspace<V>(self, value: V) -> Selfwhere
V: TryInto<ListDeploymentContainerEventsWorkspace>,
Sourcepub async fn send(
self,
) -> Result<ResponseValue<ListDeploymentContainerEventsResponse>, Error<ApiError>>
pub async fn send( self, ) -> Result<ResponseValue<ListDeploymentContainerEventsResponse>, Error<ApiError>>
Sends a GET request to /v1/containers/deployments/{id}/events
Trait Implementations§
Source§impl<'a> Clone for ListDeploymentContainerEvents<'a>
impl<'a> Clone for ListDeploymentContainerEvents<'a>
Source§fn clone(&self) -> ListDeploymentContainerEvents<'a>
fn clone(&self) -> ListDeploymentContainerEvents<'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 ListDeploymentContainerEvents<'a>
impl<'a> !RefUnwindSafe for ListDeploymentContainerEvents<'a>
impl<'a> Send for ListDeploymentContainerEvents<'a>
impl<'a> Sync for ListDeploymentContainerEvents<'a>
impl<'a> Unpin for ListDeploymentContainerEvents<'a>
impl<'a> UnsafeUnpin for ListDeploymentContainerEvents<'a>
impl<'a> !UnwindSafe for ListDeploymentContainerEvents<'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