Enum yohan_boogaert_1995::SettingUpCI
source · [−]pub enum SettingUpCI {}
Expand description
Continuous Integration via GitHub Actions.
Auto Trait Implementations
impl RefUnwindSafe for SettingUpCI
impl Send for SettingUpCI
impl Sync for SettingUpCI
impl Unpin for SettingUpCI
impl UnwindSafe for SettingUpCI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more