pub struct Hyperlink {
pub reference: String,
pub r_id: Option<String>,
pub location: Option<String>,
pub display: Option<String>,
pub tooltip: Option<String>,
}Expand description
Individual hyperlink.
Fields§
§reference: String§r_id: Option<String>§location: Option<String>§display: Option<String>§tooltip: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Hyperlink
impl<'de> Deserialize<'de> for Hyperlink
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 Hyperlink
Auto Trait Implementations§
impl Freeze for Hyperlink
impl RefUnwindSafe for Hyperlink
impl Send for Hyperlink
impl Sync for Hyperlink
impl Unpin for Hyperlink
impl UnwindSafe for Hyperlink
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