pub struct RevocationV2 {Show 13 fields
pub schema_version: String,
pub source_id: String,
pub channel: String,
pub epoch: String,
pub previous_epoch: String,
pub previous_document_sha256: String,
pub root_epoch: String,
pub generated_at: String,
pub expires_at: String,
pub revoked_key_ids: Vec<String>,
pub revoked_releases: Vec<RevokedRelease>,
pub key_id: String,
pub signature: String,
}Fields§
§schema_version: String§source_id: String§channel: String§epoch: String§previous_epoch: String§previous_document_sha256: String§root_epoch: String§generated_at: String§expires_at: String§revoked_key_ids: Vec<String>§revoked_releases: Vec<RevokedRelease>§key_id: String§signature: StringTrait Implementations§
Source§impl Clone for RevocationV2
impl Clone for RevocationV2
Source§fn clone(&self) -> RevocationV2
fn clone(&self) -> RevocationV2
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 RevocationV2
impl Debug for RevocationV2
Source§impl<'de> Deserialize<'de> for RevocationV2
impl<'de> Deserialize<'de> for RevocationV2
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 RevocationV2
Source§impl PartialEq for RevocationV2
impl PartialEq for RevocationV2
Source§impl Serialize for RevocationV2
impl Serialize for RevocationV2
impl StructuralPartialEq for RevocationV2
Auto Trait Implementations§
impl Freeze for RevocationV2
impl RefUnwindSafe for RevocationV2
impl Send for RevocationV2
impl Sync for RevocationV2
impl Unpin for RevocationV2
impl UnsafeUnpin for RevocationV2
impl UnwindSafe for RevocationV2
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