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