Struct grm::repo::RepoConfig
source · [−]pub struct RepoConfig {
pub name: String,
pub worktree_setup: bool,
pub remotes: Option<Vec<Remote>>,
}
Fields
name: String
worktree_setup: bool
remotes: Option<Vec<Remote>>
Trait Implementations
sourceimpl Debug for RepoConfig
impl Debug for RepoConfig
sourceimpl<'de> Deserialize<'de> for RepoConfig
impl<'de> Deserialize<'de> for RepoConfig
sourcefn 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
sourceimpl Serialize for RepoConfig
impl Serialize for RepoConfig
Auto Trait Implementations
impl RefUnwindSafe for RepoConfig
impl Send for RepoConfig
impl Sync for RepoConfig
impl Unpin for RepoConfig
impl UnwindSafe for RepoConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more