pub enum CiService {
Travis,
Circle,
Unknown,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for CiService
Auto Trait Implementations§
impl Freeze for CiService
impl RefUnwindSafe for CiService
impl Send for CiService
impl Sync for CiService
impl Unpin for CiService
impl UnwindSafe for CiService
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