pub struct KnowledgeAuthorityVerificationV1 {
pub envelope_root: String,
pub issuer: String,
pub subject: String,
pub authorization_root: String,
pub keyring_root: Option<String>,
pub delegation_depth: usize,
}Fields§
§envelope_root: String§issuer: String§subject: String§keyring_root: Option<String>§delegation_depth: usizeTrait Implementations§
Source§impl Clone for KnowledgeAuthorityVerificationV1
impl Clone for KnowledgeAuthorityVerificationV1
Source§fn clone(&self) -> KnowledgeAuthorityVerificationV1
fn clone(&self) -> KnowledgeAuthorityVerificationV1
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 moreimpl StructuralPartialEq for KnowledgeAuthorityVerificationV1
Auto Trait Implementations§
impl Freeze for KnowledgeAuthorityVerificationV1
impl RefUnwindSafe for KnowledgeAuthorityVerificationV1
impl Send for KnowledgeAuthorityVerificationV1
impl Sync for KnowledgeAuthorityVerificationV1
impl Unpin for KnowledgeAuthorityVerificationV1
impl UnsafeUnpin for KnowledgeAuthorityVerificationV1
impl UnwindSafe for KnowledgeAuthorityVerificationV1
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