pub enum ContextAllowedClaimLanguage {
Candidate,
Observed,
Validated,
}Expand description
Allowed claim language vocabulary on a context envelope.
Variants§
Candidate
Candidate claims permitted.
Observed
Observed claims permitted.
Validated
Validated claims permitted.
Trait Implementations§
Source§impl Clone for ContextAllowedClaimLanguage
impl Clone for ContextAllowedClaimLanguage
Source§fn clone(&self) -> ContextAllowedClaimLanguage
fn clone(&self) -> ContextAllowedClaimLanguage
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 moreSource§impl Debug for ContextAllowedClaimLanguage
impl Debug for ContextAllowedClaimLanguage
Source§impl<'de> Deserialize<'de> for ContextAllowedClaimLanguage
impl<'de> Deserialize<'de> for ContextAllowedClaimLanguage
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 ContextAllowedClaimLanguage
impl Hash for ContextAllowedClaimLanguage
Source§impl PartialEq for ContextAllowedClaimLanguage
impl PartialEq for ContextAllowedClaimLanguage
Source§fn eq(&self, other: &ContextAllowedClaimLanguage) -> bool
fn eq(&self, other: &ContextAllowedClaimLanguage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ContextAllowedClaimLanguage
impl Eq for ContextAllowedClaimLanguage
impl StructuralPartialEq for ContextAllowedClaimLanguage
Auto Trait Implementations§
impl Freeze for ContextAllowedClaimLanguage
impl RefUnwindSafe for ContextAllowedClaimLanguage
impl Send for ContextAllowedClaimLanguage
impl Sync for ContextAllowedClaimLanguage
impl Unpin for ContextAllowedClaimLanguage
impl UnsafeUnpin for ContextAllowedClaimLanguage
impl UnwindSafe for ContextAllowedClaimLanguage
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