pub struct HvdcLinkRef {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for HvdcLinkRef
impl Clone for HvdcLinkRef
Source§fn clone(&self) -> HvdcLinkRef
fn clone(&self) -> HvdcLinkRef
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 HvdcLinkRef
impl Debug for HvdcLinkRef
Source§impl<'de> Deserialize<'de> for HvdcLinkRef
impl<'de> Deserialize<'de> for HvdcLinkRef
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
Source§impl Hash for HvdcLinkRef
impl Hash for HvdcLinkRef
Source§impl PartialEq for HvdcLinkRef
impl PartialEq for HvdcLinkRef
Source§impl Serialize for HvdcLinkRef
impl Serialize for HvdcLinkRef
impl Eq for HvdcLinkRef
impl StructuralPartialEq for HvdcLinkRef
Auto Trait Implementations§
impl Freeze for HvdcLinkRef
impl RefUnwindSafe for HvdcLinkRef
impl Send for HvdcLinkRef
impl Sync for HvdcLinkRef
impl Unpin for HvdcLinkRef
impl UnsafeUnpin for HvdcLinkRef
impl UnwindSafe for HvdcLinkRef
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