pub struct RootDelegationInput {
pub source_id: String,
pub root_epoch: String,
pub previous_root_epoch: String,
pub previous_delegation_sha256: String,
pub generated_at: String,
pub expires_at: String,
pub delegated_keys: Vec<RootDelegatedKey>,
pub key_id: String,
}Fields§
§source_id: String§root_epoch: String§previous_root_epoch: String§previous_delegation_sha256: String§generated_at: String§expires_at: String§delegated_keys: Vec<RootDelegatedKey>§key_id: StringTrait Implementations§
Source§impl Clone for RootDelegationInput
impl Clone for RootDelegationInput
Source§fn clone(&self) -> RootDelegationInput
fn clone(&self) -> RootDelegationInput
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 RootDelegationInput
impl Debug for RootDelegationInput
impl Eq for RootDelegationInput
Source§impl PartialEq for RootDelegationInput
impl PartialEq for RootDelegationInput
impl StructuralPartialEq for RootDelegationInput
Auto Trait Implementations§
impl Freeze for RootDelegationInput
impl RefUnwindSafe for RootDelegationInput
impl Send for RootDelegationInput
impl Sync for RootDelegationInput
impl Unpin for RootDelegationInput
impl UnsafeUnpin for RootDelegationInput
impl UnwindSafe for RootDelegationInput
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