Struct rings_core::session::Authorizer
source · Expand description
Authorizor with unique did and pubkey.
Fields§
§did: Did§pubkey: Option<PublicKey>Trait Implementations§
source§impl Clone for Authorizer
impl Clone for Authorizer
source§fn clone(&self) -> Authorizer
fn clone(&self) -> Authorizer
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 Authorizer
impl Debug for Authorizer
source§impl<'de> Deserialize<'de> for Authorizer
impl<'de> Deserialize<'de> for Authorizer
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 PartialEq<Authorizer> for Authorizer
impl PartialEq<Authorizer> for Authorizer
source§fn eq(&self, other: &Authorizer) -> bool
fn eq(&self, other: &Authorizer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Authorizer
impl Serialize for Authorizer
impl Eq for Authorizer
impl StructuralEq for Authorizer
impl StructuralPartialEq for Authorizer
Auto Trait Implementations§
impl RefUnwindSafe for Authorizer
impl Send for Authorizer
impl Sync for Authorizer
impl Unpin for Authorizer
impl UnwindSafe for Authorizer
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.