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