pub struct PostPipelineTesting<'a> { /* private fields */ }Expand description
Builder for Client::post_pipeline_testing
Implementations§
Source§impl<'a> PostPipelineTesting<'a>
impl<'a> PostPipelineTesting<'a>
pub fn new(client: &'a Client) -> Self
pub fn pipeline_name<V>(self, value: V) -> Self
pub fn set_platform_version<V>(self, value: V) -> Self
Sourcepub async fn send(self) -> Result<ResponseValue<()>, Error<ErrorResponse>>
pub async fn send(self) -> Result<ResponseValue<()>, Error<ErrorResponse>>
Sends a POST request to /v0/pipelines/{pipeline_name}/testing
Trait Implementations§
Source§impl<'a> Clone for PostPipelineTesting<'a>
impl<'a> Clone for PostPipelineTesting<'a>
Source§fn clone(&self) -> PostPipelineTesting<'a>
fn clone(&self) -> PostPipelineTesting<'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 PostPipelineTesting<'a>
impl<'a> !RefUnwindSafe for PostPipelineTesting<'a>
impl<'a> Send for PostPipelineTesting<'a>
impl<'a> Sync for PostPipelineTesting<'a>
impl<'a> Unpin for PostPipelineTesting<'a>
impl<'a> !UnwindSafe for PostPipelineTesting<'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