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