pub struct GetConfirmationResponse {
pub encrypted_attestation: Option<String>,
pub aborted: bool,
}Expand description
Response when polling for confirmation.
Fields§
§encrypted_attestation: Option<String>§aborted: boolTrait Implementations§
Source§impl Debug for GetConfirmationResponse
impl Debug for GetConfirmationResponse
Source§impl<'de> Deserialize<'de> for GetConfirmationResponse
impl<'de> Deserialize<'de> for GetConfirmationResponse
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 GetConfirmationResponse
impl RefUnwindSafe for GetConfirmationResponse
impl Send for GetConfirmationResponse
impl Sync for GetConfirmationResponse
impl Unpin for GetConfirmationResponse
impl UnsafeUnpin for GetConfirmationResponse
impl UnwindSafe for GetConfirmationResponse
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