pub struct Lk {
pub reference: String,
pub role: Option<String>,
pub title: Option<String>,
pub content: String,
}Expand description
External link
Fields§
§reference: StringAbsolute URI (RFC 3986)
role: Option<String>Link relationship type
title: Option<String>Hover text or description
content: StringLink text (plain text only)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Lk
impl<'de> Deserialize<'de> for Lk
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Lk
Auto Trait Implementations§
impl Freeze for Lk
impl RefUnwindSafe for Lk
impl Send for Lk
impl Sync for Lk
impl Unpin for Lk
impl UnwindSafe for Lk
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