Struct ExReplaceBy
pub struct ExReplaceBy<'a> { /* private fields */ }
Expand description
Default-param extender for Node::replace_by_ex
.
Implementations§
§impl<'a> ExReplaceBy<'a>
impl<'a> ExReplaceBy<'a>
pub fn keep_groups(self, keep_groups: bool) -> ExReplaceBy<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExReplaceBy<'a>
impl<'a> RefUnwindSafe for ExReplaceBy<'a>
impl<'a> !Send for ExReplaceBy<'a>
impl<'a> !Sync for ExReplaceBy<'a>
impl<'a> Unpin for ExReplaceBy<'a>
impl<'a> !UnwindSafe for ExReplaceBy<'a>
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