pub struct MachineProfileDocument {
pub machine_profile: MachineProfile,
pub dependencies: Vec<MachineProfileDependency>,
}Fields§
§machine_profile: MachineProfile§dependencies: Vec<MachineProfileDependency>Implementations§
Trait Implementations§
Source§impl Clone for MachineProfileDocument
impl Clone for MachineProfileDocument
Source§fn clone(&self) -> MachineProfileDocument
fn clone(&self) -> MachineProfileDocument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MachineProfileDocument
impl Debug for MachineProfileDocument
Source§impl<'de> Deserialize<'de> for MachineProfileDocument
impl<'de> Deserialize<'de> for MachineProfileDocument
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 MachineProfileDocument
impl RefUnwindSafe for MachineProfileDocument
impl Send for MachineProfileDocument
impl Sync for MachineProfileDocument
impl Unpin for MachineProfileDocument
impl UnsafeUnpin for MachineProfileDocument
impl UnwindSafe for MachineProfileDocument
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