pub struct PatchPipeline { /* private fields */ }
Implementations§
Source§impl PatchPipeline
impl PatchPipeline
pub fn description<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn program_code<T>(self, value: T) -> Self
pub fn program_config<T>(self, value: T) -> Self
pub fn runtime_config<T>(self, value: T) -> Self
pub fn udf_rust<T>(self, value: T) -> Self
pub fn udf_toml<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PatchPipeline
impl Clone for PatchPipeline
Source§fn clone(&self) -> PatchPipeline
fn clone(&self) -> PatchPipeline
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 PatchPipeline
impl Debug for PatchPipeline
Source§impl Default for PatchPipeline
impl Default for PatchPipeline
Source§impl From<PatchPipeline> for PatchPipeline
impl From<PatchPipeline> for PatchPipeline
Source§fn from(value: PatchPipeline) -> Self
fn from(value: PatchPipeline) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PatchPipeline> for PatchPipeline
impl TryFrom<PatchPipeline> for PatchPipeline
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PatchPipeline) -> Result<Self, ConversionError>
fn try_from(value: PatchPipeline) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PatchPipeline
impl RefUnwindSafe for PatchPipeline
impl Send for PatchPipeline
impl Sync for PatchPipeline
impl Unpin for PatchPipeline
impl UnwindSafe for PatchPipeline
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