pub struct GitLabProjectConfig {
pub name: String,
pub visibility: String,
}Fields§
§name: String§visibility: StringTrait Implementations§
Source§impl CatalogService for GitLabProjectConfig
impl CatalogService for GitLabProjectConfig
Source§impl Debug for GitLabProjectConfig
impl Debug for GitLabProjectConfig
Auto Trait Implementations§
impl Freeze for GitLabProjectConfig
impl RefUnwindSafe for GitLabProjectConfig
impl Send for GitLabProjectConfig
impl Sync for GitLabProjectConfig
impl Unpin for GitLabProjectConfig
impl UnsafeUnpin for GitLabProjectConfig
impl UnwindSafe for GitLabProjectConfig
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