pub struct TopologyExampleSpec {
pub name: &'static str,
pub summary: &'static str,
pub package: &'static str,
}Expand description
Generated topology package example.
Fields§
§name: &'static strThe example name.
summary: &'static strOne-line summary.
package: &'static strThe .simtopo package source for the example.
Trait Implementations§
Source§impl Clone for TopologyExampleSpec
impl Clone for TopologyExampleSpec
Source§fn clone(&self) -> TopologyExampleSpec
fn clone(&self) -> TopologyExampleSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TopologyExampleSpec
Source§impl Debug for TopologyExampleSpec
impl Debug for TopologyExampleSpec
impl Eq for TopologyExampleSpec
Source§impl PartialEq for TopologyExampleSpec
impl PartialEq for TopologyExampleSpec
impl StructuralPartialEq for TopologyExampleSpec
Auto Trait Implementations§
impl Freeze for TopologyExampleSpec
impl RefUnwindSafe for TopologyExampleSpec
impl Send for TopologyExampleSpec
impl Sync for TopologyExampleSpec
impl Unpin for TopologyExampleSpec
impl UnsafeUnpin for TopologyExampleSpec
impl UnwindSafe for TopologyExampleSpec
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