pub struct MergeOptions {
pub source_replacer: Option<Box<dyn Fn(&str) -> String>>,
}
Fields§
§source_replacer: Option<Box<dyn Fn(&str) -> String>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeOptions
impl !RefUnwindSafe for MergeOptions
impl !Send for MergeOptions
impl !Sync for MergeOptions
impl Unpin for MergeOptions
impl !UnwindSafe for MergeOptions
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