Struct azure_devops_rust_api::pipelines::models::Container   
source · pub struct Container {
    pub environment: Option<Value>,
    pub image: Option<String>,
    pub map_docker_socket: Option<bool>,
    pub options: Option<String>,
    pub ports: Vec<String>,
    pub volumes: Vec<String>,
}Expand description
Fields§
§environment: Option<Value>§image: Option<String>§map_docker_socket: Option<bool>§options: Option<String>§ports: Vec<String>§volumes: Vec<String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Container
 
impl<'de> Deserialize<'de> for Container
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 for Container
 
impl PartialEq for Container
impl StructuralPartialEq for Container
Auto Trait Implementations§
impl RefUnwindSafe for Container
impl Send for Container
impl Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more