pub struct PortalAccountRef {
pub provider: PortalProvider,
pub external_customer_id: CustomerId,
}Expand description
Link to the customer portal account that supplied or owns source records.
Fields§
§provider: PortalProviderSource-backed provider carried by this normalized pet-resort entity.
external_customer_id: CustomerIdSource-backed external customer ID carried by this normalized pet-resort entity.
Trait Implementations§
Source§impl Clone for PortalAccountRef
impl Clone for PortalAccountRef
Source§fn clone(&self) -> PortalAccountRef
fn clone(&self) -> PortalAccountRef
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 PortalAccountRef
impl Debug for PortalAccountRef
Source§impl<'de> Deserialize<'de> for PortalAccountRef
impl<'de> Deserialize<'de> for PortalAccountRef
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 PartialEq for PortalAccountRef
impl PartialEq for PortalAccountRef
Source§impl Serialize for PortalAccountRef
impl Serialize for PortalAccountRef
impl Eq for PortalAccountRef
impl StructuralPartialEq for PortalAccountRef
Auto Trait Implementations§
impl Freeze for PortalAccountRef
impl RefUnwindSafe for PortalAccountRef
impl Send for PortalAccountRef
impl Sync for PortalAccountRef
impl Unpin for PortalAccountRef
impl UnsafeUnpin for PortalAccountRef
impl UnwindSafe for PortalAccountRef
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