Enum snapbox::DataFormat
source · pub enum DataFormat {
Binary,
Text,
}
Variants§
Trait Implementations§
source§impl Clone for DataFormat
impl Clone for DataFormat
source§fn clone(&self) -> DataFormat
fn clone(&self) -> DataFormat
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 DataFormat
impl Debug for DataFormat
source§impl Default for DataFormat
impl Default for DataFormat
source§impl Hash for DataFormat
impl Hash for DataFormat
source§impl PartialEq<DataFormat> for DataFormat
impl PartialEq<DataFormat> for DataFormat
source§fn eq(&self, other: &DataFormat) -> bool
fn eq(&self, other: &DataFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.