Struct docker_compose_types::SingleService
source · pub struct SingleService {
pub service: Service,
}
Fields
service: Service
Trait Implementations
sourceimpl Clone for SingleService
impl Clone for SingleService
sourcefn clone(&self) -> SingleService
fn clone(&self) -> SingleService
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SingleService
impl Debug for SingleService
sourceimpl Default for SingleService
impl Default for SingleService
sourcefn default() -> SingleService
fn default() -> SingleService
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SingleService
impl<'de> Deserialize<'de> for SingleService
sourcefn 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
sourceimpl PartialEq<SingleService> for SingleService
impl PartialEq<SingleService> for SingleService
sourcefn eq(&self, other: &SingleService) -> bool
fn eq(&self, other: &SingleService) -> bool
sourceimpl Serialize for SingleService
impl Serialize for SingleService
impl StructuralPartialEq for SingleService
Auto Trait Implementations
impl RefUnwindSafe for SingleService
impl Send for SingleService
impl Sync for SingleService
impl Unpin for SingleService
impl UnwindSafe for SingleService
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more