pub struct ConversionOperationPreview {
pub input: ConversionOperationConfigParams,
pub output: Option<ConversionOperationPreviewOutput>,
pub failure: Option<ConversionOperationFailure>,
}
Fields§
§input: ConversionOperationConfigParams
§output: Option<ConversionOperationPreviewOutput>
§failure: Option<ConversionOperationFailure>
Implementations§
Source§impl ConversionOperationPreview
impl ConversionOperationPreview
pub fn new(input: ConversionOperationConfigParams) -> ConversionOperationPreview
Trait Implementations§
Source§impl Clone for ConversionOperationPreview
impl Clone for ConversionOperationPreview
Source§fn clone(&self) -> ConversionOperationPreview
fn clone(&self) -> ConversionOperationPreview
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 ConversionOperationPreview
impl Debug for ConversionOperationPreview
Source§impl Default for ConversionOperationPreview
impl Default for ConversionOperationPreview
Source§fn default() -> ConversionOperationPreview
fn default() -> ConversionOperationPreview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConversionOperationPreview
impl<'de> Deserialize<'de> for ConversionOperationPreview
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 StructuralPartialEq for ConversionOperationPreview
Auto Trait Implementations§
impl Freeze for ConversionOperationPreview
impl RefUnwindSafe for ConversionOperationPreview
impl Send for ConversionOperationPreview
impl Sync for ConversionOperationPreview
impl Unpin for ConversionOperationPreview
impl UnwindSafe for ConversionOperationPreview
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