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