pub enum TrackLinks {
None,
HtmlTAndText,
HtmlOnly,
TextOnly,
}
Variants§
Trait Implementations§
Source§impl Debug for TrackLinks
impl Debug for TrackLinks
Auto Trait Implementations§
impl Freeze for TrackLinks
impl RefUnwindSafe for TrackLinks
impl Send for TrackLinks
impl Sync for TrackLinks
impl Unpin for TrackLinks
impl UnwindSafe for TrackLinks
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