pub struct DockerTimeoutConfig {
pub command_start: Option<i64>,
pub container_start: Option<i64>,
pub container_stop: Option<i64>,
pub http: Option<i64>,
pub signal: Option<i64>,
pub window: Option<i64>,
}Fields§
§command_start: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
container_start: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
container_stop: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
http: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
signal: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
window: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
Implementations§
Source§impl DockerTimeoutConfig
impl DockerTimeoutConfig
pub fn new() -> DockerTimeoutConfig
Trait Implementations§
Source§impl Clone for DockerTimeoutConfig
impl Clone for DockerTimeoutConfig
Source§fn clone(&self) -> DockerTimeoutConfig
fn clone(&self) -> DockerTimeoutConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DockerTimeoutConfig
impl Debug for DockerTimeoutConfig
Source§impl<'de> Deserialize<'de> for DockerTimeoutConfig
impl<'de> Deserialize<'de> for DockerTimeoutConfig
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>,
Source§impl FromStr for DockerTimeoutConfig
Converts Query Parameters representation (style=form, explode=false) to a DockerTimeoutConfig value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for DockerTimeoutConfig
Converts Query Parameters representation (style=form, explode=false) to a DockerTimeoutConfig value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for DockerTimeoutConfig
impl PartialEq for DockerTimeoutConfig
Source§impl Serialize for DockerTimeoutConfig
impl Serialize for DockerTimeoutConfig
Source§impl ToString for DockerTimeoutConfig
Converts the DockerTimeoutConfig value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for DockerTimeoutConfig
Converts the DockerTimeoutConfig value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer