Struct docker_compose_types::LoggingParameters [−][src]
pub struct LoggingParameters {
pub driver: String,
pub options: Option<LoggingParameterOptions>,
}Fields
driver: Stringoptions: Option<LoggingParameterOptions>Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for LoggingParametersimpl Send for LoggingParametersimpl Sync for LoggingParametersimpl Unpin for LoggingParametersimpl UnwindSafe for LoggingParametersBlanket Implementations
Mutably borrows from an owned value. Read more