pub struct PcbProperty {
pub key: String,
pub value: String,
}Fields§
§key: String§value: StringTrait Implementations§
Source§impl Clone for PcbProperty
impl Clone for PcbProperty
Source§fn clone(&self) -> PcbProperty
fn clone(&self) -> PcbProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PcbProperty
impl Debug for PcbProperty
Source§impl PartialEq for PcbProperty
impl PartialEq for PcbProperty
impl Eq for PcbProperty
impl StructuralPartialEq for PcbProperty
Auto Trait Implementations§
impl Freeze for PcbProperty
impl RefUnwindSafe for PcbProperty
impl Send for PcbProperty
impl Sync for PcbProperty
impl Unpin for PcbProperty
impl UnsafeUnpin for PcbProperty
impl UnwindSafe for PcbProperty
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