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