Struct updatehub_package_schema::definitions::TargetFormat [−][src]
Information about formatting the partition before installing.
Fields
should_format: boolformat_options: Option<String>Trait Implementations
impl Default for TargetFormat[src]
impl Default for TargetFormat[src]fn default() -> TargetFormat[src]
impl<'de> Deserialize<'de> for TargetFormat[src]
impl<'de> Deserialize<'de> for TargetFormat[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<TargetFormat> for TargetFormat[src]
impl PartialEq<TargetFormat> for TargetFormat[src]fn eq(&self, other: &TargetFormat) -> bool[src]
fn ne(&self, other: &TargetFormat) -> bool[src]
impl StructuralPartialEq for TargetFormat[src]
impl StructuralPartialEq for TargetFormat[src]Auto Trait Implementations
impl RefUnwindSafe for TargetFormat
impl RefUnwindSafe for TargetFormatimpl Send for TargetFormat
impl Send for TargetFormatimpl Sync for TargetFormat
impl Sync for TargetFormatimpl Unpin for TargetFormat
impl Unpin for TargetFormatimpl UnwindSafe for TargetFormat
impl UnwindSafe for TargetFormatBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]