pub struct MachineProfileResponse {
pub info: Machine,
}Fields§
§info: MachineTrait Implementations§
Source§impl Debug for MachineProfileResponse
impl Debug for MachineProfileResponse
Source§impl<'de> Deserialize<'de> for MachineProfileResponse
impl<'de> Deserialize<'de> for MachineProfileResponse
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 MachineProfileResponse
impl RefUnwindSafe for MachineProfileResponse
impl Send for MachineProfileResponse
impl Sync for MachineProfileResponse
impl Unpin for MachineProfileResponse
impl UnsafeUnpin for MachineProfileResponse
impl UnwindSafe for MachineProfileResponse
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