pub struct LiaPosDataProvider {
pub pos_data_provider_id: Option<u64>,
pub pos_external_account_id: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§pos_data_provider_id: Option<u64>The ID of the POS data provider.
pos_external_account_id: Option<String>The account ID by which this merchant is known to the POS data provider.
Trait Implementations§
Source§impl Clone for LiaPosDataProvider
impl Clone for LiaPosDataProvider
Source§fn clone(&self) -> LiaPosDataProvider
fn clone(&self) -> LiaPosDataProvider
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 LiaPosDataProvider
impl Debug for LiaPosDataProvider
Source§impl Default for LiaPosDataProvider
impl Default for LiaPosDataProvider
Source§fn default() -> LiaPosDataProvider
fn default() -> LiaPosDataProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiaPosDataProvider
impl<'de> Deserialize<'de> for LiaPosDataProvider
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 Serialize for LiaPosDataProvider
impl Serialize for LiaPosDataProvider
impl Part for LiaPosDataProvider
Auto Trait Implementations§
impl Freeze for LiaPosDataProvider
impl RefUnwindSafe for LiaPosDataProvider
impl Send for LiaPosDataProvider
impl Sync for LiaPosDataProvider
impl Unpin for LiaPosDataProvider
impl UnwindSafe for LiaPosDataProvider
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