pub struct KnowledgeAuthorityKeyringV1 {
pub version: u64,
pub sequence: u64,
pub keys: Vec<KnowledgeAuthorityKeyV1>,
pub rotations: Vec<KnowledgeKeyRotationRecordV1>,
}Fields§
§version: u64§sequence: u64§keys: Vec<KnowledgeAuthorityKeyV1>§rotations: Vec<KnowledgeKeyRotationRecordV1>Trait Implementations§
Source§impl Clone for KnowledgeAuthorityKeyringV1
impl Clone for KnowledgeAuthorityKeyringV1
Source§fn clone(&self) -> KnowledgeAuthorityKeyringV1
fn clone(&self) -> KnowledgeAuthorityKeyringV1
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 KnowledgeAuthorityKeyringV1
impl Debug for KnowledgeAuthorityKeyringV1
impl StructuralPartialEq for KnowledgeAuthorityKeyringV1
Auto Trait Implementations§
impl Freeze for KnowledgeAuthorityKeyringV1
impl RefUnwindSafe for KnowledgeAuthorityKeyringV1
impl Send for KnowledgeAuthorityKeyringV1
impl Sync for KnowledgeAuthorityKeyringV1
impl Unpin for KnowledgeAuthorityKeyringV1
impl UnsafeUnpin for KnowledgeAuthorityKeyringV1
impl UnwindSafe for KnowledgeAuthorityKeyringV1
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