Struct git_graph::settings::RepoSettings
source · pub struct RepoSettings {
pub model: String,
}
Expand description
Repository settings for the branching model. Used to read repo’s git-graph.toml
Fields
model: String
The repository’s branching model
Trait Implementations
sourceimpl<'de> Deserialize<'de> for RepoSettings
impl<'de> Deserialize<'de> for RepoSettings
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 RepoSettings
impl Serialize for RepoSettings
Auto Trait Implementations
impl RefUnwindSafe for RepoSettings
impl Send for RepoSettings
impl Sync for RepoSettings
impl Unpin for RepoSettings
impl UnwindSafe for RepoSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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