pub struct TransformationDebugStep {
pub transformation: String,
pub input: String,
pub output: Option<String>,
pub error: Option<String>,
}Fields§
§transformation: String§input: String§output: Option<String>§error: Option<String>Trait Implementations§
Source§impl Clone for TransformationDebugStep
impl Clone for TransformationDebugStep
Source§fn clone(&self) -> TransformationDebugStep
fn clone(&self) -> TransformationDebugStep
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 TransformationDebugStep
impl Debug for TransformationDebugStep
Auto Trait Implementations§
impl Freeze for TransformationDebugStep
impl RefUnwindSafe for TransformationDebugStep
impl Send for TransformationDebugStep
impl Sync for TransformationDebugStep
impl Unpin for TransformationDebugStep
impl UnsafeUnpin for TransformationDebugStep
impl UnwindSafe for TransformationDebugStep
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