pub struct RotationManifest {
pub old_pubkey: String,
pub new_pubkey: String,
pub issued_at: String,
pub sig_old: String,
pub sig_new: String,
}Fields§
§old_pubkey: String§new_pubkey: String§issued_at: String§sig_old: String§sig_new: StringImplementations§
Trait Implementations§
Source§impl Clone for RotationManifest
impl Clone for RotationManifest
Source§fn clone(&self) -> RotationManifest
fn clone(&self) -> RotationManifest
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 RotationManifest
impl Debug for RotationManifest
Source§impl<'de> Deserialize<'de> for RotationManifest
impl<'de> Deserialize<'de> for RotationManifest
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 RotationManifest
impl RefUnwindSafe for RotationManifest
impl Send for RotationManifest
impl Sync for RotationManifest
impl Unpin for RotationManifest
impl UnsafeUnpin for RotationManifest
impl UnwindSafe for RotationManifest
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