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