pub struct MentionLinkStyle {
pub anchor_class: &'static str,
}Expand description
HTML anchor template for resolved @[label](id) mention refs.
Fields§
§anchor_class: &'static strImplementations§
Trait Implementations§
Source§impl Clone for MentionLinkStyle
impl Clone for MentionLinkStyle
Source§fn clone(&self) -> MentionLinkStyle
fn clone(&self) -> MentionLinkStyle
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 moreimpl Copy for MentionLinkStyle
Source§impl Debug for MentionLinkStyle
impl Debug for MentionLinkStyle
Source§impl Default for MentionLinkStyle
impl Default for MentionLinkStyle
impl Eq for MentionLinkStyle
Source§impl PartialEq for MentionLinkStyle
impl PartialEq for MentionLinkStyle
impl StructuralPartialEq for MentionLinkStyle
Auto Trait Implementations§
impl Freeze for MentionLinkStyle
impl RefUnwindSafe for MentionLinkStyle
impl Send for MentionLinkStyle
impl Sync for MentionLinkStyle
impl Unpin for MentionLinkStyle
impl UnsafeUnpin for MentionLinkStyle
impl UnwindSafe for MentionLinkStyle
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