pub enum AppleScope {
Name,
Email,
Searchadsorg,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for AppleScope
impl Clone for AppleScope
Source§fn clone(&self) -> AppleScope
fn clone(&self) -> AppleScope
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AppleScope
impl Debug for AppleScope
Source§impl<'de> Deserialize<'de> for AppleScope
impl<'de> Deserialize<'de> for AppleScope
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 Display for AppleScope
impl Display for AppleScope
Source§impl FromStr for AppleScope
impl FromStr for AppleScope
Source§impl PartialEq for AppleScope
impl PartialEq for AppleScope
Source§impl Serialize for AppleScope
impl Serialize for AppleScope
Source§impl TryFrom<&str> for AppleScope
impl TryFrom<&str> for AppleScope
Source§impl TryFrom<String> for AppleScope
impl TryFrom<String> for AppleScope
impl Eq for AppleScope
impl Scope for AppleScope
impl StructuralPartialEq for AppleScope
Auto Trait Implementations§
impl Freeze for AppleScope
impl RefUnwindSafe for AppleScope
impl Send for AppleScope
impl Sync for AppleScope
impl Unpin for AppleScope
impl UnwindSafe for AppleScope
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