pub struct SchematicSpec {
pub target: SpecTarget,
pub instances: Vec<SpecInstance>,
pub connections: Vec<SpecConnection>,
pub globals: Vec<SpecGlobal>,
pub pins: Vec<SpecPin>,
}Fields§
§target: SpecTarget§instances: Vec<SpecInstance>§connections: Vec<SpecConnection>§globals: Vec<SpecGlobal>§pins: Vec<SpecPin>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SchematicSpec
impl<'de> Deserialize<'de> for SchematicSpec
Source§fn 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
Auto Trait Implementations§
impl Freeze for SchematicSpec
impl RefUnwindSafe for SchematicSpec
impl Send for SchematicSpec
impl Sync for SchematicSpec
impl Unpin for SchematicSpec
impl UnsafeUnpin for SchematicSpec
impl UnwindSafe for SchematicSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more