pub struct LinkDeploymentRequest {
pub deployment_name: String,
}Expand description
Body for POST /api/v1/projects/{id}/deployments.
Fields§
§deployment_name: StringName of the deployment to link.
Trait Implementations§
Source§impl ComposeSchema for LinkDeploymentRequest
impl ComposeSchema for LinkDeploymentRequest
Source§impl Debug for LinkDeploymentRequest
impl Debug for LinkDeploymentRequest
Source§impl<'de> Deserialize<'de> for LinkDeploymentRequest
impl<'de> Deserialize<'de> for LinkDeploymentRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LinkDeploymentRequest
impl Serialize for LinkDeploymentRequest
Auto Trait Implementations§
impl Freeze for LinkDeploymentRequest
impl RefUnwindSafe for LinkDeploymentRequest
impl Send for LinkDeploymentRequest
impl Sync for LinkDeploymentRequest
impl Unpin for LinkDeploymentRequest
impl UnsafeUnpin for LinkDeploymentRequest
impl UnwindSafe for LinkDeploymentRequest
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