pub enum ExternalAudienceScope {
All,
ContactsOnly,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for ExternalAudienceScope
impl Clone for ExternalAudienceScope
Source§fn clone(&self) -> ExternalAudienceScope
fn clone(&self) -> ExternalAudienceScope
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 ExternalAudienceScope
impl Debug for ExternalAudienceScope
Source§impl<'de> Deserialize<'de> for ExternalAudienceScope
impl<'de> Deserialize<'de> for ExternalAudienceScope
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 Hash for ExternalAudienceScope
impl Hash for ExternalAudienceScope
Source§impl Ord for ExternalAudienceScope
impl Ord for ExternalAudienceScope
Source§fn cmp(&self, other: &ExternalAudienceScope) -> Ordering
fn cmp(&self, other: &ExternalAudienceScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalAudienceScope
impl PartialEq for ExternalAudienceScope
Source§impl PartialOrd for ExternalAudienceScope
impl PartialOrd for ExternalAudienceScope
Source§impl Serialize for ExternalAudienceScope
impl Serialize for ExternalAudienceScope
impl Eq for ExternalAudienceScope
impl StructuralPartialEq for ExternalAudienceScope
Auto Trait Implementations§
impl Freeze for ExternalAudienceScope
impl RefUnwindSafe for ExternalAudienceScope
impl Send for ExternalAudienceScope
impl Sync for ExternalAudienceScope
impl Unpin for ExternalAudienceScope
impl UnwindSafe for ExternalAudienceScope
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