pub struct Meta {
pub schema_version: u32,
pub signed_at: Option<DateTime<Utc>>,
pub ci_commit: Option<String>,
pub signature_algorithm: Option<String>,
}Fields§
§schema_version: u32§signed_at: Option<DateTime<Utc>>§ci_commit: Option<String>§signature_algorithm: Option<String>Absent ≡ “ed25519” at schemaVersion=1 (CONTRACTS §V Pattern A). Pre-stamp
eval emits absent; stamp_meta populates at signing time.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Meta
impl<'de> Deserialize<'de> for Meta
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 StructuralPartialEq for Meta
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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