pub struct DesignNodeAlias {
pub alias: String,
pub node_id: String,
pub name: String,
pub node_type: String,
}Fields§
§alias: String§node_id: String§name: String§node_type: StringTrait Implementations§
Source§impl Clone for DesignNodeAlias
impl Clone for DesignNodeAlias
Source§fn clone(&self) -> DesignNodeAlias
fn clone(&self) -> DesignNodeAlias
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 moreSource§impl Debug for DesignNodeAlias
impl Debug for DesignNodeAlias
Source§impl<'de> Deserialize<'de> for DesignNodeAlias
impl<'de> Deserialize<'de> for DesignNodeAlias
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 DesignNodeAlias
impl RefUnwindSafe for DesignNodeAlias
impl Send for DesignNodeAlias
impl Sync for DesignNodeAlias
impl Unpin for DesignNodeAlias
impl UnsafeUnpin for DesignNodeAlias
impl UnwindSafe for DesignNodeAlias
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