pub struct PortalBusinessProfile {
pub headline: Option<String>,
pub privacy_policy_url: Option<String>,
pub terms_of_service_url: Option<String>,
}
Fields§
§headline: Option<String>
The messaging shown to customers in the portal.
privacy_policy_url: Option<String>
A link to the business’s publicly available privacy policy.
terms_of_service_url: Option<String>
A link to the business’s publicly available terms of service.
Trait Implementations§
Source§impl Clone for PortalBusinessProfile
impl Clone for PortalBusinessProfile
Source§fn clone(&self) -> PortalBusinessProfile
fn clone(&self) -> PortalBusinessProfile
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 PortalBusinessProfile
impl Debug for PortalBusinessProfile
Source§impl Deserialize for PortalBusinessProfile
impl Deserialize for PortalBusinessProfile
Source§impl FromValueOpt for PortalBusinessProfile
impl FromValueOpt for PortalBusinessProfile
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PortalBusinessProfile
impl RefUnwindSafe for PortalBusinessProfile
impl Send for PortalBusinessProfile
impl Sync for PortalBusinessProfile
impl Unpin for PortalBusinessProfile
impl UnwindSafe for PortalBusinessProfile
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