Enum PartitionName
pub enum PartitionName {
Boot,
Modem,
Oemapp,
System,
}Variants§
Implementations§
§impl PartitionName
impl PartitionName
Trait Implementations§
§impl Clone for PartitionName
impl Clone for PartitionName
§fn clone(&self) -> PartitionName
fn clone(&self) -> PartitionName
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 PartitionName
impl Debug for PartitionName
§impl<'de> Deserialize<'de> for PartitionName
impl<'de> Deserialize<'de> for PartitionName
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl FromStr for PartitionName
impl FromStr for PartitionName
impl Copy for PartitionName
Auto Trait Implementations§
impl Freeze for PartitionName
impl RefUnwindSafe for PartitionName
impl Send for PartitionName
impl Sync for PartitionName
impl Unpin for PartitionName
impl UnwindSafe for PartitionName
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