pub enum SupportWarning {
Arm64PublicPreview,
}Expand description
Something an operator should be told about an accepted host.
Variants§
Arm64PublicPreview
ARM64 self-hosted runners are a GitHub public preview.
Implementations§
Trait Implementations§
Source§impl Clone for SupportWarning
impl Clone for SupportWarning
Source§fn clone(&self) -> SupportWarning
fn clone(&self) -> SupportWarning
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 SupportWarning
Source§impl Debug for SupportWarning
impl Debug for SupportWarning
Source§impl<'de> Deserialize<'de> for SupportWarning
impl<'de> Deserialize<'de> for SupportWarning
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 Display for SupportWarning
impl Display for SupportWarning
impl Eq for SupportWarning
Source§impl PartialEq for SupportWarning
impl PartialEq for SupportWarning
Source§impl Serialize for SupportWarning
impl Serialize for SupportWarning
impl StructuralPartialEq for SupportWarning
Auto Trait Implementations§
impl Freeze for SupportWarning
impl RefUnwindSafe for SupportWarning
impl Send for SupportWarning
impl Sync for SupportWarning
impl Unpin for SupportWarning
impl UnsafeUnpin for SupportWarning
impl UnwindSafe for SupportWarning
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