pub enum UefiVariableAccessSettings {
Standard,
Controlled,
}Variants§
Trait Implementations§
Source§impl Clone for UefiVariableAccessSettings
impl Clone for UefiVariableAccessSettings
Source§fn clone(&self) -> UefiVariableAccessSettings
fn clone(&self) -> UefiVariableAccessSettings
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 UefiVariableAccessSettings
impl Debug for UefiVariableAccessSettings
Source§impl<'de> Deserialize<'de> for UefiVariableAccessSettings
impl<'de> Deserialize<'de> for UefiVariableAccessSettings
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 Display for UefiVariableAccessSettings
impl Display for UefiVariableAccessSettings
impl Eq for UefiVariableAccessSettings
impl StructuralPartialEq for UefiVariableAccessSettings
Auto Trait Implementations§
impl Freeze for UefiVariableAccessSettings
impl RefUnwindSafe for UefiVariableAccessSettings
impl Send for UefiVariableAccessSettings
impl Sync for UefiVariableAccessSettings
impl Unpin for UefiVariableAccessSettings
impl UnsafeUnpin for UefiVariableAccessSettings
impl UnwindSafe for UefiVariableAccessSettings
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