pub struct StoreLink {
pub store: Store,
pub url: String,
pub id: Option<usize>,
}
Expand description
Represent a store link
Fields§
§store: Store
Store related to the link
url: String
Link where the game can be found
id: Option<usize>
Id of the game for the store
Implementations§
Trait Implementations§
impl Eq for StoreLink
impl StructuralPartialEq for StoreLink
Auto Trait Implementations§
impl Freeze for StoreLink
impl RefUnwindSafe for StoreLink
impl Send for StoreLink
impl Sync for StoreLink
impl Unpin for StoreLink
impl UnwindSafe for StoreLink
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