Struct qcs_api_client_openapi::models::architecture_1::Architecture1
source · [−]pub struct Architecture1 {
pub edges: Vec<Edge>,
pub family: Option<Box<Family>>,
pub nodes: Vec<Node>,
}Fields
edges: Vec<Edge>A list of all computational edges in the instruction set architecture.
family: Option<Box<Family>>The architecture family. The nodes and edges conform to this family.
nodes: Vec<Node>A list of all computational nodes in the instruction set architecture.
Implementations
Trait Implementations
sourceimpl Clone for Architecture1
impl Clone for Architecture1
sourcefn clone(&self) -> Architecture1
fn clone(&self) -> Architecture1
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Architecture1
impl Debug for Architecture1
sourceimpl Default for Architecture1
impl Default for Architecture1
sourcefn default() -> Architecture1
fn default() -> Architecture1
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Architecture1
impl<'de> Deserialize<'de> for Architecture1
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Architecture1> for Architecture1
impl PartialEq<Architecture1> for Architecture1
sourcefn eq(&self, other: &Architecture1) -> bool
fn eq(&self, other: &Architecture1) -> bool
sourceimpl Serialize for Architecture1
impl Serialize for Architecture1
impl StructuralPartialEq for Architecture1
Auto Trait Implementations
impl RefUnwindSafe for Architecture1
impl Send for Architecture1
impl Sync for Architecture1
impl Unpin for Architecture1
impl UnwindSafe for Architecture1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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