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