pub struct VcsConfig {
pub github: GitHubConfig,
}Expand description
VCS provider-specific configuration.
Fields§
§github: GitHubConfigTrait Implementations§
Source§impl<'de> Deserialize<'de> for VcsConfig
impl<'de> Deserialize<'de> for VcsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VcsConfig
impl RefUnwindSafe for VcsConfig
impl Send for VcsConfig
impl Sync for VcsConfig
impl Unpin for VcsConfig
impl UnsafeUnpin for VcsConfig
impl UnwindSafe for VcsConfig
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