pub struct ExpandedType {
pub iri: IriBuf,
pub cryptosuite: Option<String>,
}Expand description
Expanded proof type.
Fields§
§iri: IriBufProof type IRI.
cryptosuite: Option<String>Cryptographic suite.
Trait Implementations§
Source§impl Clone for ExpandedType
impl Clone for ExpandedType
Source§fn clone(&self) -> ExpandedType
fn clone(&self) -> ExpandedType
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 ExpandedType
impl Debug for ExpandedType
Source§impl Display for ExpandedType
impl Display for ExpandedType
Source§impl Hash for ExpandedType
impl Hash for ExpandedType
Source§impl Ord for ExpandedType
impl Ord for ExpandedType
Source§fn cmp(&self, other: &ExpandedType) -> Ordering
fn cmp(&self, other: &ExpandedType) -> 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 ExpandedType
impl PartialEq for ExpandedType
Source§impl PartialOrd for ExpandedType
impl PartialOrd for ExpandedType
impl Eq for ExpandedType
impl StructuralPartialEq for ExpandedType
Auto Trait Implementations§
impl Freeze for ExpandedType
impl RefUnwindSafe for ExpandedType
impl Send for ExpandedType
impl Sync for ExpandedType
impl Unpin for ExpandedType
impl UnwindSafe for ExpandedType
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> 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<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, 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.