pub struct WorktreeRootConfig {
pub persistent_branches: Option<Vec<BranchName>>,
pub track: Option<TrackingConfig>,
}
Fields§
§persistent_branches: Option<Vec<BranchName>>
§track: Option<TrackingConfig>
Trait Implementations§
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