pub struct GitLabSource {
pub owner: String,
pub repo: String,
pub git_ref: Option<String>,
pub token: Option<String>,
}Fields§
§owner: String§repo: String§git_ref: Option<String>§token: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitLabSource
impl RefUnwindSafe for GitLabSource
impl Send for GitLabSource
impl Sync for GitLabSource
impl Unpin for GitLabSource
impl UnsafeUnpin for GitLabSource
impl UnwindSafe for GitLabSource
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