pub struct SecureBootUpdate {
pub base: Option<ResourceUpdate>,
pub secure_boot_enable: Option<Boolean>,
}Expand description
Update struct corresponding to SecureBoot
Fields§
§base: Option<ResourceUpdate>§secure_boot_enable: Option<Boolean>Implementations§
Source§impl SecureBootUpdate
impl SecureBootUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_base(self, v: ResourceUpdate) -> Self
pub fn with_secure_boot_enable(self, v: Boolean) -> Self
Trait Implementations§
Source§impl Debug for SecureBootUpdate
impl Debug for SecureBootUpdate
Source§impl Default for SecureBootUpdate
impl Default for SecureBootUpdate
Source§fn default() -> SecureBootUpdate
fn default() -> SecureBootUpdate
Returns the “default value” for a type. Read more
Source§impl Serialize for SecureBootUpdate
impl Serialize for SecureBootUpdate
Auto Trait Implementations§
impl Freeze for SecureBootUpdate
impl RefUnwindSafe for SecureBootUpdate
impl Send for SecureBootUpdate
impl Sync for SecureBootUpdate
impl Unpin for SecureBootUpdate
impl UnsafeUnpin for SecureBootUpdate
impl UnwindSafe for SecureBootUpdate
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