pub struct CaptureSplitOptions {
pub into: String,
pub prefixes: Vec<String>,
pub intent: Option<String>,
pub worktree_status_options: WorktreeStatusOptions,
}Fields§
§into: String§prefixes: Vec<String>§intent: Option<String>§worktree_status_options: WorktreeStatusOptionsTrait Implementations§
Source§impl Clone for CaptureSplitOptions
impl Clone for CaptureSplitOptions
Source§fn clone(&self) -> CaptureSplitOptions
fn clone(&self) -> CaptureSplitOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CaptureSplitOptions
impl RefUnwindSafe for CaptureSplitOptions
impl Send for CaptureSplitOptions
impl Sync for CaptureSplitOptions
impl Unpin for CaptureSplitOptions
impl UnsafeUnpin for CaptureSplitOptions
impl UnwindSafe for CaptureSplitOptions
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