pub struct SelectStore {
pub store_id: u64,
pub catalog_id: u64,
pub e_wallet_category_id: u64,
pub virtual_currency: String,
pub lockbox_url: String,
pub success_url: String,
pub failed_url: String,
}Fields§
§store_id: u64§catalog_id: u64§e_wallet_category_id: u64§virtual_currency: String§lockbox_url: String§success_url: String§failed_url: StringTrait Implementations§
Source§impl Debug for SelectStore
impl Debug for SelectStore
Source§impl<'de> Deserialize<'de> for SelectStore
impl<'de> Deserialize<'de> for SelectStore
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
Auto Trait Implementations§
impl Freeze for SelectStore
impl RefUnwindSafe for SelectStore
impl Send for SelectStore
impl Sync for SelectStore
impl Unpin for SelectStore
impl UnwindSafe for SelectStore
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