pub struct Hyperlinks {
pub hyperlinks: Vec<Hyperlink>,
}Expand description
Hyperlinks container.
Fields§
§hyperlinks: Vec<Hyperlink>Trait Implementations§
Source§impl Clone for Hyperlinks
impl Clone for Hyperlinks
Source§fn clone(&self) -> Hyperlinks
fn clone(&self) -> Hyperlinks
Returns a duplicate 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 Hyperlinks
impl Debug for Hyperlinks
Source§impl<'de> Deserialize<'de> for Hyperlinks
impl<'de> Deserialize<'de> for Hyperlinks
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
Source§impl PartialEq for Hyperlinks
impl PartialEq for Hyperlinks
Source§impl Serialize for Hyperlinks
impl Serialize for Hyperlinks
impl StructuralPartialEq for Hyperlinks
Auto Trait Implementations§
impl Freeze for Hyperlinks
impl RefUnwindSafe for Hyperlinks
impl Send for Hyperlinks
impl Sync for Hyperlinks
impl Unpin for Hyperlinks
impl UnwindSafe for Hyperlinks
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