Struct UefiVarsDeltaJson
pub struct UefiVarsDeltaJson(/* private fields */);Expand description
A customer-provided UEFI variable delta deferred as raw JSON.
Implementations§
§impl UefiVarsDeltaJson
impl UefiVarsDeltaJson
Trait Implementations§
§impl Clone for UefiVarsDeltaJson
impl Clone for UefiVarsDeltaJson
§fn clone(&self) -> UefiVarsDeltaJson
fn clone(&self) -> UefiVarsDeltaJson
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for UefiVarsDeltaJson
impl Debug for UefiVarsDeltaJson
§impl DefaultEncoding for UefiVarsDeltaJson
impl DefaultEncoding for UefiVarsDeltaJson
§impl From<Vec<u8>> for UefiVarsDeltaJson
impl From<Vec<u8>> for UefiVarsDeltaJson
§fn from(json: Vec<u8>) -> UefiVarsDeltaJson
fn from(json: Vec<u8>) -> UefiVarsDeltaJson
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UefiVarsDeltaJson
impl RefUnwindSafe for UefiVarsDeltaJson
impl Send for UefiVarsDeltaJson
impl Sync for UefiVarsDeltaJson
impl Unpin for UefiVarsDeltaJson
impl UnsafeUnpin for UefiVarsDeltaJson
impl UnwindSafe for UefiVarsDeltaJson
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