pub struct DevEnginesField {
pub cpu: Option<OneOrMany<DevEngineField>>,
pub libc: Option<OneOrMany<DevEngineField>>,
pub os: Option<OneOrMany<DevEngineField>>,
pub package_manager: Option<OneOrMany<DevEngineField>>,
pub runtime: Option<OneOrMany<DevEngineField>>,
}Fields§
§cpu: Option<OneOrMany<DevEngineField>>§libc: Option<OneOrMany<DevEngineField>>§os: Option<OneOrMany<DevEngineField>>§package_manager: Option<OneOrMany<DevEngineField>>§runtime: Option<OneOrMany<DevEngineField>>Trait Implementations§
Source§impl Clone for DevEnginesField
impl Clone for DevEnginesField
Source§fn clone(&self) -> DevEnginesField
fn clone(&self) -> DevEnginesField
Returns a duplicate of the value. Read more
1.0.0 · 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 DevEnginesField
impl Debug for DevEnginesField
Source§impl Default for DevEnginesField
impl Default for DevEnginesField
Source§fn default() -> DevEnginesField
fn default() -> DevEnginesField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DevEnginesField
impl<'de> Deserialize<'de> for DevEnginesField
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
Source§impl PartialEq for DevEnginesField
impl PartialEq for DevEnginesField
impl StructuralPartialEq for DevEnginesField
Auto Trait Implementations§
impl Freeze for DevEnginesField
impl RefUnwindSafe for DevEnginesField
impl Send for DevEnginesField
impl Sync for DevEnginesField
impl Unpin for DevEnginesField
impl UnwindSafe for DevEnginesField
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