pub struct PosDataProvidersPosDataProvider {
pub display_name: Option<String>,
pub full_name: Option<String>,
pub provider_id: Option<u64>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§display_name: Option<String>The display name of Pos data Provider.
full_name: Option<String>The full name of this POS data Provider.
provider_id: Option<u64>The ID of the account.
Trait Implementations§
Source§impl Clone for PosDataProvidersPosDataProvider
impl Clone for PosDataProvidersPosDataProvider
Source§fn clone(&self) -> PosDataProvidersPosDataProvider
fn clone(&self) -> PosDataProvidersPosDataProvider
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 Default for PosDataProvidersPosDataProvider
impl Default for PosDataProvidersPosDataProvider
Source§fn default() -> PosDataProvidersPosDataProvider
fn default() -> PosDataProvidersPosDataProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PosDataProvidersPosDataProvider
impl<'de> Deserialize<'de> for PosDataProvidersPosDataProvider
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
impl Part for PosDataProvidersPosDataProvider
Auto Trait Implementations§
impl Freeze for PosDataProvidersPosDataProvider
impl RefUnwindSafe for PosDataProvidersPosDataProvider
impl Send for PosDataProvidersPosDataProvider
impl Sync for PosDataProvidersPosDataProvider
impl Unpin for PosDataProvidersPosDataProvider
impl UnwindSafe for PosDataProvidersPosDataProvider
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