pub enum PartitionPaveType {
Asset {
type: Asset,
config: Configuration,
},
Volume,
Bootloader,
}
Variants§
Trait Implementations§
Source§impl Debug for PartitionPaveType
impl Debug for PartitionPaveType
Source§impl PartialEq for PartitionPaveType
impl PartialEq for PartitionPaveType
impl StructuralPartialEq for PartitionPaveType
Auto Trait Implementations§
impl Freeze for PartitionPaveType
impl RefUnwindSafe for PartitionPaveType
impl Send for PartitionPaveType
impl Sync for PartitionPaveType
impl Unpin for PartitionPaveType
impl UnwindSafe for PartitionPaveType
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