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