pub struct PutMocksMockIdBodyMockConfig {
pub server_response_id: Option<String>,
}
Fields§
§server_response_id: Option<String>
The server response ID. This sets the given server response as the default response for each request.
To deactivate a server response, pass a null value.
Trait Implementations§
Source§impl Clone for PutMocksMockIdBodyMockConfig
impl Clone for PutMocksMockIdBodyMockConfig
Source§fn clone(&self) -> PutMocksMockIdBodyMockConfig
fn clone(&self) -> PutMocksMockIdBodyMockConfig
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 PutMocksMockIdBodyMockConfig
impl Debug for PutMocksMockIdBodyMockConfig
Source§impl<'de> Deserialize<'de> for PutMocksMockIdBodyMockConfig
impl<'de> Deserialize<'de> for PutMocksMockIdBodyMockConfig
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 PutMocksMockIdBodyMockConfig
impl PartialEq for PutMocksMockIdBodyMockConfig
Source§fn eq(&self, other: &PutMocksMockIdBodyMockConfig) -> bool
fn eq(&self, other: &PutMocksMockIdBodyMockConfig) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PutMocksMockIdBodyMockConfig
Auto Trait Implementations§
impl Freeze for PutMocksMockIdBodyMockConfig
impl RefUnwindSafe for PutMocksMockIdBodyMockConfig
impl Send for PutMocksMockIdBodyMockConfig
impl Sync for PutMocksMockIdBodyMockConfig
impl Unpin for PutMocksMockIdBodyMockConfig
impl UnwindSafe for PutMocksMockIdBodyMockConfig
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