pub struct NextBl0SlotRequest {
pub next_bl0_slot: BootSlot,
pub primary_bl0_slot: BootSlot,
}
Expand description
Request to set the next (one-time) owner stage boot slot.
Fields§
§next_bl0_slot: BootSlot
The slot to boot.
primary_bl0_slot: BootSlot
The slot to configure as primary.
Implementations§
Trait Implementations§
Source§impl Annotate for &NextBl0SlotRequest
impl Annotate for &NextBl0SlotRequest
fn format(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Annotate for NextBl0SlotRequest
impl Annotate for NextBl0SlotRequest
fn format(&self, _variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment( &self, _variant: Option<&str>, field: &MemberId<'_>, ) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Debug for NextBl0SlotRequest
impl Debug for NextBl0SlotRequest
Source§impl Default for NextBl0SlotRequest
impl Default for NextBl0SlotRequest
Source§fn default() -> NextBl0SlotRequest
fn default() -> NextBl0SlotRequest
Returns the “default value” for a type. Read more
Source§impl Serialize for NextBl0SlotRequest
impl Serialize for NextBl0SlotRequest
Auto Trait Implementations§
impl Freeze for NextBl0SlotRequest
impl RefUnwindSafe for NextBl0SlotRequest
impl Send for NextBl0SlotRequest
impl Sync for NextBl0SlotRequest
impl Unpin for NextBl0SlotRequest
impl UnwindSafe for NextBl0SlotRequest
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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