pub enum ProviderAuthority {
Reported,
RegistrationCapable,
RegistryEpp,
}Expand description
Contractual truth strength of a provider method—not provider reputation.
Variants§
Trait Implementations§
Source§impl Clone for ProviderAuthority
impl Clone for ProviderAuthority
Source§fn clone(&self) -> ProviderAuthority
fn clone(&self) -> ProviderAuthority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProviderAuthority
Source§impl Debug for ProviderAuthority
impl Debug for ProviderAuthority
Source§impl<'de> Deserialize<'de> for ProviderAuthority
impl<'de> Deserialize<'de> for ProviderAuthority
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
impl Eq for ProviderAuthority
Source§impl Ord for ProviderAuthority
impl Ord for ProviderAuthority
Source§fn cmp(&self, other: &ProviderAuthority) -> Ordering
fn cmp(&self, other: &ProviderAuthority) -> Ordering
1.21.0 (const: unstable) · 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 ProviderAuthority
impl PartialEq for ProviderAuthority
Source§impl PartialOrd for ProviderAuthority
impl PartialOrd for ProviderAuthority
Source§impl Serialize for ProviderAuthority
impl Serialize for ProviderAuthority
impl StructuralPartialEq for ProviderAuthority
Auto Trait Implementations§
impl Freeze for ProviderAuthority
impl RefUnwindSafe for ProviderAuthority
impl Send for ProviderAuthority
impl Sync for ProviderAuthority
impl Unpin for ProviderAuthority
impl UnsafeUnpin for ProviderAuthority
impl UnwindSafe for ProviderAuthority
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