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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for StoreLinks
impl PartialEq for StoreLinks
Source§impl Serialize for StoreLinks
impl Serialize for StoreLinks
impl Eq for StoreLinks
impl StructuralPartialEq for StoreLinks
Auto Trait Implementations§
impl Freeze for StoreLinks
impl RefUnwindSafe for StoreLinks
impl Send for StoreLinks
impl Sync for StoreLinks
impl Unpin for StoreLinks
impl UnwindSafe for StoreLinks
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