Struct rings_core::session::AuthorizedInfo
source · pub struct AuthorizedInfo { /* private fields */ }Expand description
AuthorizedInfo need authorizer and signer, and set ttl, use to verify in session.
Implementations§
Trait Implementations§
source§impl Clone for AuthorizedInfo
impl Clone for AuthorizedInfo
source§fn clone(&self) -> AuthorizedInfo
fn clone(&self) -> AuthorizedInfo
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 AuthorizedInfo
impl Debug for AuthorizedInfo
source§impl<'de> Deserialize<'de> for AuthorizedInfo
impl<'de> Deserialize<'de> for AuthorizedInfo
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<AuthorizedInfo> for AuthorizedInfo
impl PartialEq<AuthorizedInfo> for AuthorizedInfo
source§fn eq(&self, other: &AuthorizedInfo) -> bool
fn eq(&self, other: &AuthorizedInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AuthorizedInfo
impl Serialize for AuthorizedInfo
impl Eq for AuthorizedInfo
impl StructuralEq for AuthorizedInfo
impl StructuralPartialEq for AuthorizedInfo
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizedInfo
impl Send for AuthorizedInfo
impl Sync for AuthorizedInfo
impl Unpin for AuthorizedInfo
impl UnwindSafe for AuthorizedInfo
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.