pub enum PresentationExpandContract {
Normal,
Expanded,
Condensed,
}
Expand description
Valid parameter values to the function PEC
.
Variants§
Normal
Expanded
Expanded, multiplied by a factor not greater than 2
.
Condensed
Condensed, multiplied by a factor not less than 0.5
.
Trait Implementations§
source§impl Clone for PresentationExpandContract
impl Clone for PresentationExpandContract
source§fn clone(&self) -> PresentationExpandContract
fn clone(&self) -> PresentationExpandContract
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 PresentationExpandContract
impl Default for PresentationExpandContract
source§fn default() -> PresentationExpandContract
fn default() -> PresentationExpandContract
Returns the “default value” for a type. Read more
source§impl PartialEq<PresentationExpandContract> for PresentationExpandContract
impl PartialEq<PresentationExpandContract> for PresentationExpandContract
source§fn eq(&self, other: &PresentationExpandContract) -> bool
fn eq(&self, other: &PresentationExpandContract) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.