pub struct ReplacementOperation { /* private fields */ }Expand description
A single replacement operation with a pattern and replacement text
Trait Implementations§
Source§impl Clone for ReplacementOperation
impl Clone for ReplacementOperation
Source§fn clone(&self) -> ReplacementOperation
fn clone(&self) -> ReplacementOperation
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 ReplacementOperation
impl RefUnwindSafe for ReplacementOperation
impl Send for ReplacementOperation
impl Sync for ReplacementOperation
impl Unpin for ReplacementOperation
impl UnsafeUnpin for ReplacementOperation
impl UnwindSafe for ReplacementOperation
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