pub struct SignedReleaseIndex {
pub payload: ReleaseIndexPayload,
pub signature: String,
}Fields§
§payload: ReleaseIndexPayload§signature: StringLowercase hexadecimal Ed25519 signature over canonical payload JSON.
Trait Implementations§
Source§impl Clone for SignedReleaseIndex
impl Clone for SignedReleaseIndex
Source§fn clone(&self) -> SignedReleaseIndex
fn clone(&self) -> SignedReleaseIndex
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 SignedReleaseIndex
impl Debug for SignedReleaseIndex
Source§impl<'de> Deserialize<'de> for SignedReleaseIndex
impl<'de> Deserialize<'de> for SignedReleaseIndex
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
impl Eq for SignedReleaseIndex
Source§impl PartialEq for SignedReleaseIndex
impl PartialEq for SignedReleaseIndex
Source§impl Serialize for SignedReleaseIndex
impl Serialize for SignedReleaseIndex
impl StructuralPartialEq for SignedReleaseIndex
Auto Trait Implementations§
impl Freeze for SignedReleaseIndex
impl RefUnwindSafe for SignedReleaseIndex
impl Send for SignedReleaseIndex
impl Sync for SignedReleaseIndex
impl Unpin for SignedReleaseIndex
impl UnsafeUnpin for SignedReleaseIndex
impl UnwindSafe for SignedReleaseIndex
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