pub struct BootCandidate {
pub part_uuid: Uuid,
pub vg_uuid: Uuid,
pub volumes: Vec<Volume>,
}Fields§
§part_uuid: Uuid§vg_uuid: Uuid§volumes: Vec<Volume>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootCandidate
impl RefUnwindSafe for BootCandidate
impl Send for BootCandidate
impl Sync for BootCandidate
impl Unpin for BootCandidate
impl UnwindSafe for BootCandidate
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