pub struct GhAttestationOutput {
pub verification_result: GhVerificationResult,
}Expand description
Raw JSON structure from gh attestation verify --format json
Fields§
§verification_result: GhVerificationResultTrait Implementations§
Source§impl Debug for GhAttestationOutput
impl Debug for GhAttestationOutput
Source§impl<'de> Deserialize<'de> for GhAttestationOutput
impl<'de> Deserialize<'de> for GhAttestationOutput
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 GhAttestationOutput
impl RefUnwindSafe for GhAttestationOutput
impl Send for GhAttestationOutput
impl Sync for GhAttestationOutput
impl Unpin for GhAttestationOutput
impl UnsafeUnpin for GhAttestationOutput
impl UnwindSafe for GhAttestationOutput
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