pub enum RecipientScopeType {
ExternalNonPartner,
ExternalPartner,
External,
Internal,
None,
True,
}
Variants§
Trait Implementations§
Source§impl Clone for RecipientScopeType
impl Clone for RecipientScopeType
Source§fn clone(&self) -> RecipientScopeType
fn clone(&self) -> RecipientScopeType
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 RecipientScopeType
impl Debug for RecipientScopeType
Source§impl<'de> Deserialize<'de> for RecipientScopeType
impl<'de> Deserialize<'de> for RecipientScopeType
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 RecipientScopeType
impl Hash for RecipientScopeType
Source§impl Ord for RecipientScopeType
impl Ord for RecipientScopeType
Source§fn cmp(&self, other: &RecipientScopeType) -> Ordering
fn cmp(&self, other: &RecipientScopeType) -> 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 RecipientScopeType
impl PartialEq for RecipientScopeType
Source§impl PartialOrd for RecipientScopeType
impl PartialOrd for RecipientScopeType
Source§impl Serialize for RecipientScopeType
impl Serialize for RecipientScopeType
impl Eq for RecipientScopeType
impl StructuralPartialEq for RecipientScopeType
Auto Trait Implementations§
impl Freeze for RecipientScopeType
impl RefUnwindSafe for RecipientScopeType
impl Send for RecipientScopeType
impl Sync for RecipientScopeType
impl Unpin for RecipientScopeType
impl UnwindSafe for RecipientScopeType
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