Struct docker_compose_types::SingleService
source · pub struct SingleService {
pub service: Service,
}Fields§
§service: ServiceTrait Implementations§
source§impl Clone for SingleService
impl Clone for SingleService
source§fn clone(&self) -> SingleService
fn clone(&self) -> SingleService
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 SingleService
impl Debug for SingleService
source§impl Default for SingleService
impl Default for SingleService
source§fn default() -> SingleService
fn default() -> SingleService
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SingleService
impl<'de> Deserialize<'de> for SingleService
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 PartialEq<SingleService> for SingleService
impl PartialEq<SingleService> for SingleService
source§fn eq(&self, other: &SingleService) -> bool
fn eq(&self, other: &SingleService) -> bool
This method tests for
self and other values to be equal, and is used
by ==.