pub enum LinkStyle {
Inlined,
InlinedPreferAutolinks,
Referenced,
}Variants§
Inlined
InlinedPreferAutolinks
Will convert links with the same URL and link text to Autolinks.
Referenced
Trait Implementations§
impl StructuralPartialEq for LinkStyle
Auto Trait Implementations§
impl Freeze for LinkStyle
impl RefUnwindSafe for LinkStyle
impl Send for LinkStyle
impl Sync for LinkStyle
impl Unpin for LinkStyle
impl UnwindSafe for LinkStyle
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