pub struct GetDeploymentObject<'a> { /* private fields */ }Expand description
Builder for Client::get_deployment_object
Implementations§
Source§impl<'a> GetDeploymentObject<'a>
impl<'a> GetDeploymentObject<'a>
pub fn new(client: &'a Client) -> Self
pub fn id<V>(self, value: V) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<DeploymentObject>, Error<ErrorResponse>>
pub async fn send( self, ) -> Result<ResponseValue<DeploymentObject>, Error<ErrorResponse>>
Sends a GET request to /deployment-objects/{id}
Trait Implementations§
Source§impl<'a> Clone for GetDeploymentObject<'a>
impl<'a> Clone for GetDeploymentObject<'a>
Source§fn clone(&self) -> GetDeploymentObject<'a>
fn clone(&self) -> GetDeploymentObject<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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> !RefUnwindSafe for GetDeploymentObject<'a>
impl<'a> !UnwindSafe for GetDeploymentObject<'a>
impl<'a> Freeze for GetDeploymentObject<'a>
impl<'a> Send for GetDeploymentObject<'a>
impl<'a> Sync for GetDeploymentObject<'a>
impl<'a> Unpin for GetDeploymentObject<'a>
impl<'a> UnsafeUnpin for GetDeploymentObject<'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