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<GetConfirmationResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetConfirmationResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GetConfirmationResponse
impl Serialize for GetConfirmationResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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