pub struct PrivacyProfile {
pub contact_email: String,
pub statement_url: String,
}
Fields§
§contact_email: String
§statement_url: String
Trait Implementations§
Source§impl Clone for PrivacyProfile
impl Clone for PrivacyProfile
Source§fn clone(&self) -> PrivacyProfile
fn clone(&self) -> PrivacyProfile
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 PrivacyProfile
impl Debug for PrivacyProfile
Source§impl<'de> Deserialize<'de> for PrivacyProfile
impl<'de> Deserialize<'de> for PrivacyProfile
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 PrivacyProfile
impl PartialEq for PrivacyProfile
Source§impl Serialize for PrivacyProfile
impl Serialize for PrivacyProfile
impl Eq for PrivacyProfile
impl StructuralPartialEq for PrivacyProfile
Auto Trait Implementations§
impl Freeze for PrivacyProfile
impl RefUnwindSafe for PrivacyProfile
impl Send for PrivacyProfile
impl Sync for PrivacyProfile
impl Unpin for PrivacyProfile
impl UnwindSafe for PrivacyProfile
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