pub struct EndpointTransformationSimulateOut {
pub method: Option<TransformationHttpMethod>,
pub payload: String,
pub url: String,
}
Fields§
§method: Option<TransformationHttpMethod>
§payload: String
§url: String
Implementations§
Source§impl EndpointTransformationSimulateOut
impl EndpointTransformationSimulateOut
pub fn new(payload: String, url: String) -> EndpointTransformationSimulateOut
Trait Implementations§
Source§impl Clone for EndpointTransformationSimulateOut
impl Clone for EndpointTransformationSimulateOut
Source§fn clone(&self) -> EndpointTransformationSimulateOut
fn clone(&self) -> EndpointTransformationSimulateOut
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 Default for EndpointTransformationSimulateOut
impl Default for EndpointTransformationSimulateOut
Source§fn default() -> EndpointTransformationSimulateOut
fn default() -> EndpointTransformationSimulateOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointTransformationSimulateOut
impl<'de> Deserialize<'de> for EndpointTransformationSimulateOut
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 EndpointTransformationSimulateOut
impl PartialEq for EndpointTransformationSimulateOut
Source§fn eq(&self, other: &EndpointTransformationSimulateOut) -> bool
fn eq(&self, other: &EndpointTransformationSimulateOut) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EndpointTransformationSimulateOut
Auto Trait Implementations§
impl Freeze for EndpointTransformationSimulateOut
impl RefUnwindSafe for EndpointTransformationSimulateOut
impl Send for EndpointTransformationSimulateOut
impl Sync for EndpointTransformationSimulateOut
impl Unpin for EndpointTransformationSimulateOut
impl UnwindSafe for EndpointTransformationSimulateOut
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