pub struct UefiVarsDeltaJson(/* private fields */);Expand description
A customer-provided UEFI variable delta deferred as raw JSON.
Implementations§
Trait Implementations§
Source§impl Clone for UefiVarsDeltaJson
impl Clone for UefiVarsDeltaJson
Source§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 moreSource§impl Debug for UefiVarsDeltaJson
impl Debug for UefiVarsDeltaJson
Source§impl DefaultEncoding for UefiVarsDeltaJson
impl DefaultEncoding for UefiVarsDeltaJson
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