pub struct GitLabSourceConfig {
pub token: String,
pub api_base: Option<String>,
}Fields§
§token: String§api_base: Option<String>API base, e.g. https://gitlab.example.com/api/v4 for self-hosted.
Auto Trait Implementations§
impl Freeze for GitLabSourceConfig
impl RefUnwindSafe for GitLabSourceConfig
impl Send for GitLabSourceConfig
impl Sync for GitLabSourceConfig
impl Unpin for GitLabSourceConfig
impl UnsafeUnpin for GitLabSourceConfig
impl UnwindSafe for GitLabSourceConfig
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