pub struct InputPortSpec {
pub name: String,
pub maps_to: GraphInputPlaceholder,
}Fields§
§name: String§maps_to: GraphInputPlaceholderTrait Implementations§
Source§impl Clone for InputPortSpec
impl Clone for InputPortSpec
Source§fn clone(&self) -> InputPortSpec
fn clone(&self) -> InputPortSpec
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 InputPortSpec
impl Debug for InputPortSpec
Source§impl PartialEq for InputPortSpec
impl PartialEq for InputPortSpec
Source§fn eq(&self, other: &InputPortSpec) -> bool
fn eq(&self, other: &InputPortSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputPortSpec
Auto Trait Implementations§
impl Freeze for InputPortSpec
impl RefUnwindSafe for InputPortSpec
impl Send for InputPortSpec
impl Sync for InputPortSpec
impl Unpin for InputPortSpec
impl UnsafeUnpin for InputPortSpec
impl UnwindSafe for InputPortSpec
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