Struct tea_sdk::vmh::state::dump::DumpNodeProfileResponse
pub struct DumpNodeProfileResponse {
pub ephemeral_public_key: String,
pub tea_id: String,
pub conn_id: String,
}
Fields§
§ephemeral_public_key: String
§tea_id: String
§conn_id: String
Trait Implementations§
§impl Debug for DumpNodeProfileResponse
impl Debug for DumpNodeProfileResponse
§impl Default for DumpNodeProfileResponse
impl Default for DumpNodeProfileResponse
§fn default() -> DumpNodeProfileResponse
fn default() -> DumpNodeProfileResponse
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for DumpNodeProfileResponse
impl<'de> Deserialize<'de> for DumpNodeProfileResponse
§fn deserialize<__D>(
__deserializer: __D
) -> Result<DumpNodeProfileResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<DumpNodeProfileResponse, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for DumpNodeProfileResponse
impl Serialize for DumpNodeProfileResponse
§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 RefUnwindSafe for DumpNodeProfileResponse
impl Send for DumpNodeProfileResponse
impl Sync for DumpNodeProfileResponse
impl Unpin for DumpNodeProfileResponse
impl UnwindSafe for DumpNodeProfileResponse
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