pub struct RevocationViewSubject(/* private fields */);Expand description
Stable identifier for a subject whose credentials may be revoked. Mirrors
chio_revocation_oracle::SubjectId but does NOT depend on the oracle
crate, keeping chio-kernel-core decoupled from the federation /
revocation-oracle layer above it.
Implementations§
Trait Implementations§
Source§impl Clone for RevocationViewSubject
impl Clone for RevocationViewSubject
Source§fn clone(&self) -> RevocationViewSubject
fn clone(&self) -> RevocationViewSubject
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 RevocationViewSubject
impl Debug for RevocationViewSubject
Source§impl<'de> Deserialize<'de> for RevocationViewSubject
impl<'de> Deserialize<'de> for RevocationViewSubject
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
impl Eq for RevocationViewSubject
Source§impl From<&str> for RevocationViewSubject
impl From<&str> for RevocationViewSubject
Source§impl From<String> for RevocationViewSubject
impl From<String> for RevocationViewSubject
Source§impl Hash for RevocationViewSubject
impl Hash for RevocationViewSubject
Source§impl Ord for RevocationViewSubject
impl Ord for RevocationViewSubject
Source§fn cmp(&self, other: &RevocationViewSubject) -> Ordering
fn cmp(&self, other: &RevocationViewSubject) -> Ordering
1.21.0 (const: unstable) · 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 RevocationViewSubject
impl PartialEq for RevocationViewSubject
Source§impl PartialOrd for RevocationViewSubject
impl PartialOrd for RevocationViewSubject
Source§impl Serialize for RevocationViewSubject
impl Serialize for RevocationViewSubject
impl StructuralPartialEq for RevocationViewSubject
Auto Trait Implementations§
impl Freeze for RevocationViewSubject
impl RefUnwindSafe for RevocationViewSubject
impl Send for RevocationViewSubject
impl Sync for RevocationViewSubject
impl Unpin for RevocationViewSubject
impl UnsafeUnpin for RevocationViewSubject
impl UnwindSafe for RevocationViewSubject
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