pub enum CiPlatformArg {
Auto,
Github,
Gitlab,
Azure,
Bitbucket,
Local,
}Variants§
Implementations§
Source§impl CiPlatformArg
impl CiPlatformArg
pub fn as_override(self) -> Option<CiPlatform>
Trait Implementations§
Source§impl Clone for CiPlatformArg
impl Clone for CiPlatformArg
Source§fn clone(&self) -> CiPlatformArg
fn clone(&self) -> CiPlatformArg
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 moreSource§impl Debug for CiPlatformArg
impl Debug for CiPlatformArg
Source§impl PartialEq for CiPlatformArg
impl PartialEq for CiPlatformArg
Source§fn eq(&self, other: &CiPlatformArg) -> bool
fn eq(&self, other: &CiPlatformArg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ValueEnum for CiPlatformArg
impl ValueEnum for CiPlatformArg
impl Copy for CiPlatformArg
impl Eq for CiPlatformArg
impl StructuralPartialEq for CiPlatformArg
Auto Trait Implementations§
impl Freeze for CiPlatformArg
impl RefUnwindSafe for CiPlatformArg
impl Send for CiPlatformArg
impl Sync for CiPlatformArg
impl Unpin for CiPlatformArg
impl UnsafeUnpin for CiPlatformArg
impl UnwindSafe for CiPlatformArg
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