Struct ark_serialize::EmptyFlags
source · pub struct EmptyFlags;
Expand description
Flags to be encoded into the serialization.
Trait Implementations§
source§impl Clone for EmptyFlags
impl Clone for EmptyFlags
source§fn clone(&self) -> EmptyFlags
fn clone(&self) -> EmptyFlags
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 Default for EmptyFlags
impl Default for EmptyFlags
source§fn default() -> EmptyFlags
fn default() -> EmptyFlags
Returns the “default value” for a type. Read more
source§impl Flags for EmptyFlags
impl Flags for EmptyFlags
source§impl PartialEq<EmptyFlags> for EmptyFlags
impl PartialEq<EmptyFlags> for EmptyFlags
source§fn eq(&self, other: &EmptyFlags) -> bool
fn eq(&self, other: &EmptyFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.