Enum flatpak_rs::format::FlatpakManifestFormat
source · [−]pub enum FlatpakManifestFormat {
YAML,
JSON,
}
Expand description
All denominations of Flatpak manifests (app manifests, module manifests and source manifests) can use either YAML or JSON.
Variants
YAML
JSON
Implementations
Trait Implementations
sourceimpl Clone for FlatpakManifestFormat
impl Clone for FlatpakManifestFormat
sourcefn clone(&self) -> FlatpakManifestFormat
fn clone(&self) -> FlatpakManifestFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FlatpakManifestFormat
impl Debug for FlatpakManifestFormat
sourceimpl Default for FlatpakManifestFormat
impl Default for FlatpakManifestFormat
sourceimpl<'de> Deserialize<'de> for FlatpakManifestFormat
impl<'de> Deserialize<'de> for FlatpakManifestFormat
sourcefn 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
sourceimpl Hash for FlatpakManifestFormat
impl Hash for FlatpakManifestFormat
sourceimpl Serialize for FlatpakManifestFormat
impl Serialize for FlatpakManifestFormat
Auto Trait Implementations
impl RefUnwindSafe for FlatpakManifestFormat
impl Send for FlatpakManifestFormat
impl Sync for FlatpakManifestFormat
impl Unpin for FlatpakManifestFormat
impl UnwindSafe for FlatpakManifestFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more