pub struct InitReport {
pub kind: InitKind,
pub path: PathBuf,
}Expand description
Result summary for treeboot init.
Fields§
§kind: InitKindInit file type that was created.
path: PathBufCreated path.
Trait Implementations§
Source§impl Clone for InitReport
impl Clone for InitReport
Source§fn clone(&self) -> InitReport
fn clone(&self) -> InitReport
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 InitReport
impl Debug for InitReport
impl Eq for InitReport
Source§impl PartialEq for InitReport
impl PartialEq for InitReport
Source§fn eq(&self, other: &InitReport) -> bool
fn eq(&self, other: &InitReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InitReport
Auto Trait Implementations§
impl Freeze for InitReport
impl RefUnwindSafe for InitReport
impl Send for InitReport
impl Sync for InitReport
impl Unpin for InitReport
impl UnsafeUnpin for InitReport
impl UnwindSafe for InitReport
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