pub struct ApplyConfig {
pub line_end_strategy: LineEndHandling,
pub fuzzy_config: FuzzyConfig,
}Expand description
Configuration for patch application
Fields§
§line_end_strategy: LineEndHandlingConfiguration of line end handling
fuzzy_config: FuzzyConfigConfiguration of fuzzy matching
Trait Implementations§
Source§impl Clone for ApplyConfig
impl Clone for ApplyConfig
Source§fn clone(&self) -> ApplyConfig
fn clone(&self) -> ApplyConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApplyConfig
impl Debug for ApplyConfig
Source§impl Default for ApplyConfig
impl Default for ApplyConfig
Source§fn default() -> ApplyConfig
fn default() -> ApplyConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApplyConfig
impl RefUnwindSafe for ApplyConfig
impl Send for ApplyConfig
impl Sync for ApplyConfig
impl Unpin for ApplyConfig
impl UnwindSafe for ApplyConfig
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