pub struct AccountGoogleMyBusinessLink {
pub gmb_email: Option<String>,
pub status: 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§
§gmb_email: Option<String>The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
status: Option<String>Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - “active” - “pending”
Trait Implementations§
Source§impl Clone for AccountGoogleMyBusinessLink
impl Clone for AccountGoogleMyBusinessLink
Source§fn clone(&self) -> AccountGoogleMyBusinessLink
fn clone(&self) -> AccountGoogleMyBusinessLink
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 AccountGoogleMyBusinessLink
impl Debug for AccountGoogleMyBusinessLink
Source§impl Default for AccountGoogleMyBusinessLink
impl Default for AccountGoogleMyBusinessLink
Source§fn default() -> AccountGoogleMyBusinessLink
fn default() -> AccountGoogleMyBusinessLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountGoogleMyBusinessLink
impl<'de> Deserialize<'de> for AccountGoogleMyBusinessLink
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 AccountGoogleMyBusinessLink
Auto Trait Implementations§
impl Freeze for AccountGoogleMyBusinessLink
impl RefUnwindSafe for AccountGoogleMyBusinessLink
impl Send for AccountGoogleMyBusinessLink
impl Sync for AccountGoogleMyBusinessLink
impl Unpin for AccountGoogleMyBusinessLink
impl UnwindSafe for AccountGoogleMyBusinessLink
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