pub struct ContainerEnvironment {
pub in_container: bool,
pub markers: Vec<String>,
}Fields§
§in_container: bool§markers: Vec<String>Trait Implementations§
Source§impl Clone for ContainerEnvironment
impl Clone for ContainerEnvironment
Source§fn clone(&self) -> ContainerEnvironment
fn clone(&self) -> ContainerEnvironment
Returns a duplicate 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 ContainerEnvironment
impl Debug for ContainerEnvironment
Source§impl Default for ContainerEnvironment
impl Default for ContainerEnvironment
Source§fn default() -> ContainerEnvironment
fn default() -> ContainerEnvironment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContainerEnvironment
impl<'de> Deserialize<'de> for ContainerEnvironment
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 ContainerEnvironment
impl PartialEq for ContainerEnvironment
Source§impl Serialize for ContainerEnvironment
impl Serialize for ContainerEnvironment
impl Eq for ContainerEnvironment
impl StructuralPartialEq for ContainerEnvironment
Auto Trait Implementations§
impl Freeze for ContainerEnvironment
impl RefUnwindSafe for ContainerEnvironment
impl Send for ContainerEnvironment
impl Sync for ContainerEnvironment
impl Unpin for ContainerEnvironment
impl UnsafeUnpin for ContainerEnvironment
impl UnwindSafe for ContainerEnvironment
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