pub struct PipelineDiff { /* private fields */ }Implementations§
Source§impl PipelineDiff
impl PipelineDiff
pub fn added_input_connectors<T>(self, value: T) -> Self
pub fn added_output_connectors<T>(self, value: T) -> Self
pub fn modified_input_connectors<T>(self, value: T) -> Self
pub fn modified_output_connectors<T>(self, value: T) -> Self
pub fn program_diff<T>(self, value: T) -> Self
pub fn program_diff_error<T>(self, value: T) -> Self
pub fn removed_input_connectors<T>(self, value: T) -> Self
pub fn removed_output_connectors<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PipelineDiff
impl Clone for PipelineDiff
Source§fn clone(&self) -> PipelineDiff
fn clone(&self) -> PipelineDiff
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 PipelineDiff
impl Debug for PipelineDiff
Source§impl Default for PipelineDiff
impl Default for PipelineDiff
Source§impl From<PipelineDiff> for PipelineDiff
impl From<PipelineDiff> for PipelineDiff
Source§fn from(value: PipelineDiff) -> Self
fn from(value: PipelineDiff) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PipelineDiff> for PipelineDiff
impl TryFrom<PipelineDiff> for PipelineDiff
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PipelineDiff) -> Result<Self, ConversionError>
fn try_from(value: PipelineDiff) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PipelineDiff
impl RefUnwindSafe for PipelineDiff
impl Send for PipelineDiff
impl Sync for PipelineDiff
impl Unpin for PipelineDiff
impl UnwindSafe for PipelineDiff
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