pub struct OutputFromInputBinding {
pub input_field: String,
pub default_schema: Option<TypeExpr>,
}Fields§
§input_field: String§default_schema: Option<TypeExpr>Trait Implementations§
Source§impl Clone for OutputFromInputBinding
impl Clone for OutputFromInputBinding
Source§fn clone(&self) -> OutputFromInputBinding
fn clone(&self) -> OutputFromInputBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputFromInputBinding
impl Debug for OutputFromInputBinding
Source§impl<'de> Deserialize<'de> for OutputFromInputBinding
impl<'de> Deserialize<'de> for OutputFromInputBinding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OutputFromInputBinding
Source§impl PartialEq for OutputFromInputBinding
impl PartialEq for OutputFromInputBinding
Source§impl Serialize for OutputFromInputBinding
impl Serialize for OutputFromInputBinding
impl StructuralPartialEq for OutputFromInputBinding
Auto Trait Implementations§
impl Freeze for OutputFromInputBinding
impl RefUnwindSafe for OutputFromInputBinding
impl Send for OutputFromInputBinding
impl Sync for OutputFromInputBinding
impl Unpin for OutputFromInputBinding
impl UnsafeUnpin for OutputFromInputBinding
impl UnwindSafe for OutputFromInputBinding
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