pub enum SettingUpCI {}
Expand description
Continuous Integration via GitHub Actions.
Auto Trait Implementations§
impl Freeze for SettingUpCI
impl RefUnwindSafe for SettingUpCI
impl Send for SettingUpCI
impl Sync for SettingUpCI
impl Unpin for SettingUpCI
impl UnwindSafe for SettingUpCI
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