pub enum GhRunnerOsLabel {
UbuntuLatest,
Ubuntu2204,
Ubuntu2004,
WindowsLatest,
Windows2022,
Windows2019,
MacOsLatest,
MacOs14,
MacOs13,
MacOs12,
MacOs11,
Custom(String),
}
Variants§
UbuntuLatest
Ubuntu2204
Ubuntu2004
WindowsLatest
Windows2022
Windows2019
MacOsLatest
MacOs14
MacOs13
MacOs12
MacOs11
Custom(String)
Trait Implementations§
Source§impl Clone for GhRunnerOsLabel
impl Clone for GhRunnerOsLabel
Source§fn clone(&self) -> GhRunnerOsLabel
fn clone(&self) -> GhRunnerOsLabel
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 GhRunnerOsLabel
impl Debug for GhRunnerOsLabel
Source§impl PartialEq for GhRunnerOsLabel
impl PartialEq for GhRunnerOsLabel
impl StructuralPartialEq for GhRunnerOsLabel
Auto Trait Implementations§
impl Freeze for GhRunnerOsLabel
impl RefUnwindSafe for GhRunnerOsLabel
impl Send for GhRunnerOsLabel
impl Sync for GhRunnerOsLabel
impl Unpin for GhRunnerOsLabel
impl UnwindSafe for GhRunnerOsLabel
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