Enum aoe2_probe::ExportFormat
source · [−]pub enum ExportFormat {
AoE2Scenario,
JSON,
}Variants
AoE2Scenario
JSON
Trait Implementations
sourceimpl Clone for ExportFormat
impl Clone for ExportFormat
sourcefn clone(&self) -> ExportFormat
fn clone(&self) -> ExportFormat
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 PartialEq<ExportFormat> for ExportFormat
impl PartialEq<ExportFormat> for ExportFormat
sourcefn 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 ==. Read more
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
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