Struct kicad_parse_gen::footprint::NetName [] [src]

pub struct NetName(pub String);

a netname

Methods

impl NetName
[src]

replace the block_name in a net name

rename a net

impl NetName
[src]

check if a net is an unnamed net

update the component name in an unnamed net

Trait Implementations

impl Clone for NetName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetName
[src]

Formats the value using the given formatter.

impl PartialEq for NetName
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> From<&'a str> for NetName
[src]

Performs the conversion.

impl From<String> for NetName
[src]

Performs the conversion.

impl Display for NetName
[src]

Formats the value using the given formatter. Read more