pub struct EphemeralEnvResponse {
pub hostname: String,
}Expand description
Response for POST /api/v1/ephemeral-env — the freshly provisioned
ephemeral host.
Fields§
§hostname: StringHostname of the ephemeral environment.
Trait Implementations§
Source§impl ComposeSchema for EphemeralEnvResponse
impl ComposeSchema for EphemeralEnvResponse
Source§impl Debug for EphemeralEnvResponse
impl Debug for EphemeralEnvResponse
Source§impl<'de> Deserialize<'de> for EphemeralEnvResponse
impl<'de> Deserialize<'de> for EphemeralEnvResponse
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 EphemeralEnvResponse
impl Serialize for EphemeralEnvResponse
Auto Trait Implementations§
impl Freeze for EphemeralEnvResponse
impl RefUnwindSafe for EphemeralEnvResponse
impl Send for EphemeralEnvResponse
impl Sync for EphemeralEnvResponse
impl Unpin for EphemeralEnvResponse
impl UnwindSafe for EphemeralEnvResponse
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