pub enum HyperlinkType {
Anchor,
External,
}
Variants§
Trait Implementations§
Source§impl Clone for HyperlinkType
impl Clone for HyperlinkType
Source§fn clone(&self) -> HyperlinkType
fn clone(&self) -> HyperlinkType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HyperlinkType
impl Debug for HyperlinkType
Source§impl Display for HyperlinkType
impl Display for HyperlinkType
Source§impl FromStr for HyperlinkType
impl FromStr for HyperlinkType
Source§impl PartialEq for HyperlinkType
impl PartialEq for HyperlinkType
Source§impl Serialize for HyperlinkType
impl Serialize for HyperlinkType
impl StructuralPartialEq for HyperlinkType
Auto Trait Implementations§
impl Freeze for HyperlinkType
impl RefUnwindSafe for HyperlinkType
impl Send for HyperlinkType
impl Sync for HyperlinkType
impl Unpin for HyperlinkType
impl UnwindSafe for HyperlinkType
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