Enum aoe2_probe::ExportFormat
source · #[repr(u8)]pub enum ExportFormat {
AoE2Scenario,
JSON,
}Variants§
Trait Implementations§
source§impl Clone for ExportFormat
impl Clone for ExportFormat
source§fn clone(&self) -> ExportFormat
fn clone(&self) -> ExportFormat
Returns a copy 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 moresource§impl Debug for ExportFormat
impl Debug for ExportFormat
source§impl<'de> Deserialize<'de> for ExportFormat
impl<'de> Deserialize<'de> for ExportFormat
source§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
source§impl PartialEq<ExportFormat> for ExportFormat
impl PartialEq<ExportFormat> for ExportFormat
source§fn eq(&self, other: &ExportFormat) -> bool
fn eq(&self, other: &ExportFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ExportFormat
impl Serialize for ExportFormat
impl StructuralPartialEq for ExportFormat
Auto Trait Implementations§
impl RefUnwindSafe for ExportFormat
impl Send for ExportFormat
impl Sync for ExportFormat
impl Unpin for ExportFormat
impl UnwindSafe for ExportFormat
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