pub struct BootCommandLineOptions {
pub logger: Option<LoggerType>,
pub confidential_debug: bool,
pub enable_vtl2_gpa_pool: Option<u64>,
}
Fields§
§logger: Option<LoggerType>
§confidential_debug: bool
§enable_vtl2_gpa_pool: Option<u64>
Trait Implementations§
Source§impl Debug for BootCommandLineOptions
impl Debug for BootCommandLineOptions
Source§impl PartialEq for BootCommandLineOptions
impl PartialEq for BootCommandLineOptions
impl StructuralPartialEq for BootCommandLineOptions
Auto Trait Implementations§
impl Freeze for BootCommandLineOptions
impl RefUnwindSafe for BootCommandLineOptions
impl Send for BootCommandLineOptions
impl Sync for BootCommandLineOptions
impl Unpin for BootCommandLineOptions
impl UnwindSafe for BootCommandLineOptions
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