Struct ci_manager::ci_provider::gitlab::GitLab
source · pub struct GitLab { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for GitLab
impl !RefUnwindSafe for GitLab
impl Send for GitLab
impl Sync for GitLab
impl Unpin for GitLab
impl !UnwindSafe for GitLab
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