pub enum AccountUrlType {
TermsOfService,
PrivacyPolicy,
}Variants§
Trait Implementations§
Source§impl Clone for AccountUrlType
impl Clone for AccountUrlType
Source§fn clone(&self) -> AccountUrlType
fn clone(&self) -> AccountUrlType
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 AccountUrlType
impl Debug for AccountUrlType
Source§impl<'de> Deserialize<'de> for AccountUrlType
impl<'de> Deserialize<'de> for AccountUrlType
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 AccountUrlType
impl PartialEq for AccountUrlType
Source§impl Serialize for AccountUrlType
impl Serialize for AccountUrlType
impl StructuralPartialEq for AccountUrlType
Auto Trait Implementations§
impl Freeze for AccountUrlType
impl RefUnwindSafe for AccountUrlType
impl Send for AccountUrlType
impl Sync for AccountUrlType
impl Unpin for AccountUrlType
impl UnwindSafe for AccountUrlType
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