pub enum ContainerPlatform {
Linux,
Windows,
}Expand description
Container path platform used by the specification-oriented defaults.
Variants§
Trait Implementations§
Source§impl Clone for ContainerPlatform
impl Clone for ContainerPlatform
Source§fn clone(&self) -> ContainerPlatform
fn clone(&self) -> ContainerPlatform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContainerPlatform
Source§impl Debug for ContainerPlatform
impl Debug for ContainerPlatform
impl Eq for ContainerPlatform
Source§impl Hash for ContainerPlatform
impl Hash for ContainerPlatform
Source§impl PartialEq for ContainerPlatform
impl PartialEq for ContainerPlatform
impl StructuralPartialEq for ContainerPlatform
Auto Trait Implementations§
impl Freeze for ContainerPlatform
impl RefUnwindSafe for ContainerPlatform
impl Send for ContainerPlatform
impl Sync for ContainerPlatform
impl Unpin for ContainerPlatform
impl UnsafeUnpin for ContainerPlatform
impl UnwindSafe for ContainerPlatform
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