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