pub struct HttpLinkSwapper;Trait Implementations§
Source§impl Replacer for HttpLinkSwapper
impl Replacer for HttpLinkSwapper
Source§fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String)
fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String)
Appends possibly empty data to
dst to replace the current match. Read moreSource§fn no_expansion<'r>(&'r mut self) -> Option<Cow<'r, str>>
fn no_expansion<'r>(&'r mut self) -> Option<Cow<'r, str>>
Return a fixed unchanging replacement string. Read more
Source§fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self>
fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self>
Auto Trait Implementations§
impl Freeze for HttpLinkSwapper
impl RefUnwindSafe for HttpLinkSwapper
impl Send for HttpLinkSwapper
impl Sync for HttpLinkSwapper
impl Unpin for HttpLinkSwapper
impl UnwindSafe for HttpLinkSwapper
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