pub type ArchitectureObj = &'static dyn Architecture;

Trait Implementations§

source§

impl Debug for ArchitectureObj

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ArchitectureIdent> for ArchitectureObj

source§

fn from(arch: ArchitectureIdent) -> ArchitectureObj

Converts to this type from the input type.
source§

impl PartialEq for ArchitectureObj

source§

fn eq(&self, other: &ArchitectureObj) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ArchitectureObj

source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more