pub struct PolicyLink { /* private fields */ }
Expand description
A link in a policy chain. Consists of a key-value pair, and how many Identities meeting the previous link requirements must have issued a certificate asserting the key-value pair for an Identity.
Trait Implementations§
Source§impl Clone for PolicyLink
impl Clone for PolicyLink
Source§fn clone(&self) -> PolicyLink
fn clone(&self) -> PolicyLink
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 PolicyLink
impl Debug for PolicyLink
Source§impl<'de> Deserialize<'de> for PolicyLink
impl<'de> Deserialize<'de> for PolicyLink
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
Auto Trait Implementations§
impl Freeze for PolicyLink
impl RefUnwindSafe for PolicyLink
impl Send for PolicyLink
impl Sync for PolicyLink
impl Unpin for PolicyLink
impl UnwindSafe for PolicyLink
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