pub enum ProofPurpose {
Assertion,
Authentication,
CapabilityInvocation,
CapabilityDelegation,
KeyAgreement,
}
Expand description
Proof purposes.
Variants§
Implementations§
Trait Implementations§
Source§impl BitAnd<ProofPurpose> for ProofPurposes
impl BitAnd<ProofPurpose> for ProofPurposes
Source§type Output = ProofPurposes
type Output = ProofPurposes
The resulting type after applying the
&
operator.Source§fn bitand(self, other: ProofPurpose) -> Self
fn bitand(self, other: ProofPurpose) -> Self
Performs the
&
operation. Read moreSource§impl BitAndAssign<ProofPurpose> for ProofPurposes
impl BitAndAssign<ProofPurpose> for ProofPurposes
Source§fn bitand_assign(&mut self, other: ProofPurpose)
fn bitand_assign(&mut self, other: ProofPurpose)
Performs the
&=
operation. Read moreSource§impl BitOr<ProofPurpose> for ProofPurposes
impl BitOr<ProofPurpose> for ProofPurposes
Source§type Output = ProofPurposes
type Output = ProofPurposes
The resulting type after applying the
|
operator.Source§fn bitor(self, other: ProofPurpose) -> Self
fn bitor(self, other: ProofPurpose) -> Self
Performs the
|
operation. Read moreSource§impl BitOr for ProofPurpose
impl BitOr for ProofPurpose
Source§type Output = ProofPurposes
type Output = ProofPurposes
The resulting type after applying the
|
operator.Source§fn bitor(self, other: Self) -> ProofPurposes
fn bitor(self, other: Self) -> ProofPurposes
Performs the
|
operation. Read moreSource§impl BitOrAssign<ProofPurpose> for ProofPurposes
impl BitOrAssign<ProofPurpose> for ProofPurposes
Source§fn bitor_assign(&mut self, other: ProofPurpose)
fn bitor_assign(&mut self, other: ProofPurpose)
Performs the
|=
operation. Read moreSource§impl Clone for ProofPurpose
impl Clone for ProofPurpose
Source§fn clone(&self) -> ProofPurpose
fn clone(&self) -> ProofPurpose
Returns a copy 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 ProofPurpose
impl Debug for ProofPurpose
Source§impl Default for ProofPurpose
impl Default for ProofPurpose
Source§fn default() -> ProofPurpose
fn default() -> ProofPurpose
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProofPurpose
impl<'de> Deserialize<'de> for ProofPurpose
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 ProofPurpose
impl Display for ProofPurpose
Source§impl From<ProofPurpose> for ProofPurposes
impl From<ProofPurpose> for ProofPurposes
Source§fn from(p: ProofPurpose) -> Self
fn from(p: ProofPurpose) -> Self
Converts to this type from the input type.
Source§impl Hash for ProofPurpose
impl Hash for ProofPurpose
Source§impl<I_, V_> LinkedData<I_, V_> for ProofPurpose
impl<I_, V_> LinkedData<I_, V_> for ProofPurpose
Source§impl<I_, V_> LinkedDataDeserializePredicateObjects<I_, V_> for ProofPurposewhere
I_: Interpretation + IriInterpretation<V_::Iri> + ReverseIriInterpretation<Iri = V_::Iri>,
V_: Vocabulary,
impl<I_, V_> LinkedDataDeserializePredicateObjects<I_, V_> for ProofPurposewhere
I_: Interpretation + IriInterpretation<V_::Iri> + ReverseIriInterpretation<Iri = V_::Iri>,
V_: Vocabulary,
fn deserialize_objects_in<'de_, D_>( vocabulary: &V_, interpretation: &I_, dataset: &D_, graph: Option<&I_::Resource>, objects: impl IntoIterator<Item = &'de_ I_::Resource>, context: Context<'_, I_>, ) -> Result<Self, FromLinkedDataError>
fn deserialize_objects<'a, D>(
vocabulary: &V,
interpretation: &I,
dataset: &D,
graph: Option<&<I as Interpretation>::Resource>,
objects: impl IntoIterator<Item = &'a <I as Interpretation>::Resource>,
) -> Result<Self, FromLinkedDataError>where
<I as Interpretation>::Resource: 'a,
D: PatternMatchingDataset<Resource = <I as Interpretation>::Resource>,
Source§impl<I_, V_> LinkedDataDeserializeSubject<I_, V_> for ProofPurposewhere
I_: Interpretation + IriInterpretation<V_::Iri> + ReverseIriInterpretation<Iri = V_::Iri>,
V_: Vocabulary,
impl<I_, V_> LinkedDataDeserializeSubject<I_, V_> for ProofPurposewhere
I_: Interpretation + IriInterpretation<V_::Iri> + ReverseIriInterpretation<Iri = V_::Iri>,
V_: Vocabulary,
fn deserialize_subject_in<D_>(
vocabulary_: &V_,
interpretation_: &I_,
dataset_: &D_,
graph_: Option<&I_::Resource>,
resource_: &I_::Resource,
outer_context_: Context<'_, I_>,
) -> Result<Self, FromLinkedDataError>where
D_: PatternMatchingDataset<Resource = I_::Resource>,
fn deserialize_subject<D>( vocabulary: &V, interpretation: &I, dataset: &D, graph: Option<&<I as Interpretation>::Resource>, resource: &<I as Interpretation>::Resource, ) -> Result<Self, FromLinkedDataError>
Source§impl<I_, V_> LinkedDataGraph<I_, V_> for ProofPurpose
impl<I_, V_> LinkedDataGraph<I_, V_> for ProofPurpose
fn visit_graph<S_>(&self, visitor: S_) -> Result<S_::Ok, S_::Error>where
S_: GraphVisitor<I_, V_>,
Source§impl<I_, V_> LinkedDataPredicateObjects<I_, V_> for ProofPurpose
impl<I_, V_> LinkedDataPredicateObjects<I_, V_> for ProofPurpose
fn visit_objects<S_>(&self, visitor: S_) -> Result<S_::Ok, S_::Error>where
S_: PredicateObjectsVisitor<I_, V_>,
Source§impl<I_, V_> LinkedDataResource<I_, V_> for ProofPurpose
impl<I_, V_> LinkedDataResource<I_, V_> for ProofPurpose
fn interpretation( &self, vocabulary: &mut V_, interpretation: &mut I_, ) -> ResourceInterpretation<'_, I_, V_>
fn lexical_representation<'a>(
&'a self,
vocabulary: &'a mut V,
interpretation: &'a mut I,
) -> Option<CowRdfTerm<'a, V>>where
I: ReverseTermInterpretation<Iri = <V as IriVocabulary>::Iri, BlankId = <V as BlankIdVocabulary>::BlankId, Literal = <V as LiteralVocabulary>::Literal>,
fn reference_interpretation( &self, vocabulary: &mut V, interpretation: &mut I, ) -> ResourceInterpretation<'_, I, V>
Source§impl<I_, V_> LinkedDataSubject<I_, V_> for ProofPurpose
impl<I_, V_> LinkedDataSubject<I_, V_> for ProofPurpose
fn visit_subject<S_>(&self, visitor: S_) -> Result<S_::Ok, S_::Error>where
S_: SubjectVisitor<I_, V_>,
Source§impl Ord for ProofPurpose
impl Ord for ProofPurpose
Source§fn cmp(&self, other: &ProofPurpose) -> Ordering
fn cmp(&self, other: &ProofPurpose) -> 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 ProofPurpose
impl PartialEq for ProofPurpose
Source§impl PartialOrd for ProofPurpose
impl PartialOrd for ProofPurpose
Source§impl Serialize for ProofPurpose
impl Serialize for ProofPurpose
Source§impl TryFrom<IriBuf> for ProofPurpose
impl TryFrom<IriBuf> for ProofPurpose
impl Copy for ProofPurpose
impl Eq for ProofPurpose
impl StructuralPartialEq for ProofPurpose
Auto Trait Implementations§
impl Freeze for ProofPurpose
impl RefUnwindSafe for ProofPurpose
impl Send for ProofPurpose
impl Sync for ProofPurpose
impl Unpin for ProofPurpose
impl UnwindSafe for ProofPurpose
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
impl<T> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<'de, T, C> DeserializeTyped<'de, C> for Twhere
T: Deserialize<'de>,
impl<'de, T, C> DeserializeTyped<'de, C> for Twhere
T: Deserialize<'de>,
fn deserialize_typed<S>(
_: &C,
deserializer: S,
) -> Result<T, <S as Deserializer<'de>>::Error>where
S: Deserializer<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> InitializableFromZeroed for Twhere
T: Default,
impl<T> InitializableFromZeroed for Twhere
T: Default,
Source§unsafe fn initialize(place: *mut T)
unsafe fn initialize(place: *mut T)
Called to initialize a place to a valid value, after it is set
to all-bits-zero. Read more
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T
.