pub struct WorktreeRootConfig {
pub persistent_branches: Option<Vec<String>>,
pub track: Option<TrackingConfig>,
}
Fields§
§persistent_branches: Option<Vec<String>>
§track: Option<TrackingConfig>
Trait Implementations§
Source§impl Debug for WorktreeRootConfig
impl Debug for WorktreeRootConfig
Source§impl<'de> Deserialize<'de> for WorktreeRootConfig
impl<'de> Deserialize<'de> for WorktreeRootConfig
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
Source§impl From<WorktreeRootConfig> for WorktreeRootConfig
impl From<WorktreeRootConfig> for WorktreeRootConfig
Source§fn from(other: WorktreeRootConfig) -> Self
fn from(other: WorktreeRootConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorktreeRootConfig
impl RefUnwindSafe for WorktreeRootConfig
impl Send for WorktreeRootConfig
impl Sync for WorktreeRootConfig
impl Unpin for WorktreeRootConfig
impl UnwindSafe for WorktreeRootConfig
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