Struct pobsd_parser::store_links::StoreLinks
source · pub struct StoreLinks(pub Vec<StoreLink>);Expand description
Represent a collection of store links
Tuple Fields§
§0: Vec<StoreLink>Implementations§
source§impl StoreLinks
impl StoreLinks
Trait Implementations§
source§impl Clone for StoreLinks
impl Clone for StoreLinks
source§fn clone(&self) -> StoreLinks
fn clone(&self) -> StoreLinks
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 StoreLinks
impl Debug for StoreLinks
source§impl Default for StoreLinks
impl Default for StoreLinks
source§fn default() -> StoreLinks
fn default() -> StoreLinks
Returns the “default value” for a type. Read more
source§impl PartialEq<StoreLinks> for StoreLinks
impl PartialEq<StoreLinks> for StoreLinks
source§fn eq(&self, other: &StoreLinks) -> bool
fn eq(&self, other: &StoreLinks) -> bool
This method tests for
self and other values to be equal, and is used
by ==.