pub struct InputOutputFormat {
pub input_format: Option<Box<Expression>>,
pub output_format: Option<Box<Expression>>,
}Expand description
InputOutputFormat
Fields§
§input_format: Option<Box<Expression>>§output_format: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for InputOutputFormat
impl Clone for InputOutputFormat
Source§fn clone(&self) -> InputOutputFormat
fn clone(&self) -> InputOutputFormat
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 InputOutputFormat
impl Debug for InputOutputFormat
Source§impl<'de> Deserialize<'de> for InputOutputFormat
impl<'de> Deserialize<'de> for InputOutputFormat
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
Source§impl PartialEq for InputOutputFormat
impl PartialEq for InputOutputFormat
Source§impl Serialize for InputOutputFormat
impl Serialize for InputOutputFormat
impl StructuralPartialEq for InputOutputFormat
Auto Trait Implementations§
impl Freeze for InputOutputFormat
impl RefUnwindSafe for InputOutputFormat
impl Send for InputOutputFormat
impl Sync for InputOutputFormat
impl Unpin for InputOutputFormat
impl UnwindSafe for InputOutputFormat
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