Struct docker_compose_types::LoggingParameters
source · pub struct LoggingParameters {
pub driver: String,
pub options: Option<LoggingParameterOptions>,
}Fields§
§driver: String§options: Option<LoggingParameterOptions>Trait Implementations§
source§impl Clone for LoggingParameters
impl Clone for LoggingParameters
source§fn clone(&self) -> LoggingParameters
fn clone(&self) -> LoggingParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LoggingParameters
impl Debug for LoggingParameters
source§impl<'de> Deserialize<'de> for LoggingParameters
impl<'de> Deserialize<'de> for LoggingParameters
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 Hash for LoggingParameters
impl Hash for LoggingParameters
source§impl PartialEq<LoggingParameters> for LoggingParameters
impl PartialEq<LoggingParameters> for LoggingParameters
source§fn eq(&self, other: &LoggingParameters) -> bool
fn eq(&self, other: &LoggingParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LoggingParameters
impl Serialize for LoggingParameters
impl Eq for LoggingParameters
impl StructuralEq for LoggingParameters
impl StructuralPartialEq for LoggingParameters
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.