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