pub struct NodeGetOutputNode {
pub _node: NodeGetOutputNodeNode,
pub additional_properties: HashMap<String, Value>,
}
Fields§
§_node: NodeGetOutputNodeNode
§additional_properties: HashMap<String, Value>
Implementations§
Source§impl NodeGetOutputNode
impl NodeGetOutputNode
pub fn new(_node: NodeGetOutputNodeNode) -> Self
Trait Implementations§
Source§impl Clone for NodeGetOutputNode
impl Clone for NodeGetOutputNode
Source§fn clone(&self) -> NodeGetOutputNode
fn clone(&self) -> NodeGetOutputNode
Returns a copy 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 NodeGetOutputNode
impl Debug for NodeGetOutputNode
Source§impl<'de> Deserialize<'de> for NodeGetOutputNode
impl<'de> Deserialize<'de> for NodeGetOutputNode
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 NodeGetOutputNode
impl RefUnwindSafe for NodeGetOutputNode
impl Send for NodeGetOutputNode
impl Sync for NodeGetOutputNode
impl Unpin for NodeGetOutputNode
impl UnwindSafe for NodeGetOutputNode
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