pub enum GhRunnerOsLabel {
UbuntuLatest,
Ubuntu2404,
Ubuntu2204,
WindowsLatest,
Windows2025,
Windows2022,
Ubuntu2404Arm,
Ubuntu2204Arm,
Windows11Arm,
Custom(String),
}Variants§
UbuntuLatest
Ubuntu2404
Ubuntu2204
WindowsLatest
Windows2025
Windows2022
Ubuntu2404Arm
Ubuntu2204Arm
Windows11Arm
Custom(String)
Trait Implementations§
Source§impl Clone for GhRunnerOsLabel
impl Clone for GhRunnerOsLabel
Source§fn clone(&self) -> GhRunnerOsLabel
fn clone(&self) -> GhRunnerOsLabel
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 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