pub struct BootProfileManifestDevice {
pub dt_overlays: Vec<String>,
pub extra_cmdline: Option<String>,
pub stage0: BootProfileManifestDeviceStage0,
}Fields§
§dt_overlays: Vec<String>§extra_cmdline: Option<String>§stage0: BootProfileManifestDeviceStage0Trait Implementations§
Source§impl Clone for BootProfileManifestDevice
impl Clone for BootProfileManifestDevice
Source§fn clone(&self) -> BootProfileManifestDevice
fn clone(&self) -> BootProfileManifestDevice
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 BootProfileManifestDevice
impl Debug for BootProfileManifestDevice
Source§impl Default for BootProfileManifestDevice
impl Default for BootProfileManifestDevice
Source§fn default() -> BootProfileManifestDevice
fn default() -> BootProfileManifestDevice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BootProfileManifestDevice
impl<'de> Deserialize<'de> for BootProfileManifestDevice
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootProfileManifestDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootProfileManifestDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BootProfileManifestDevice
impl PartialEq for BootProfileManifestDevice
Source§fn eq(&self, other: &BootProfileManifestDevice) -> bool
fn eq(&self, other: &BootProfileManifestDevice) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BootProfileManifestDevice
impl Serialize for BootProfileManifestDevice
Source§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
impl Eq for BootProfileManifestDevice
impl StructuralPartialEq for BootProfileManifestDevice
Auto Trait Implementations§
impl Freeze for BootProfileManifestDevice
impl RefUnwindSafe for BootProfileManifestDevice
impl Send for BootProfileManifestDevice
impl Sync for BootProfileManifestDevice
impl Unpin for BootProfileManifestDevice
impl UnsafeUnpin for BootProfileManifestDevice
impl UnwindSafe for BootProfileManifestDevice
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