pub struct PutMocksMockIdBody {
pub mock: Option<PutMocksMockIdBodyMock>,
}
Fields§
§mock: Option<PutMocksMockIdBodyMock>
Trait Implementations§
Source§impl Clone for PutMocksMockIdBody
impl Clone for PutMocksMockIdBody
Source§fn clone(&self) -> PutMocksMockIdBody
fn clone(&self) -> PutMocksMockIdBody
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 PutMocksMockIdBody
impl Debug for PutMocksMockIdBody
Source§impl<'de> Deserialize<'de> for PutMocksMockIdBody
impl<'de> Deserialize<'de> for PutMocksMockIdBody
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 PutMocksMockIdBody
impl PartialEq for PutMocksMockIdBody
Source§impl Serialize for PutMocksMockIdBody
impl Serialize for PutMocksMockIdBody
impl StructuralPartialEq for PutMocksMockIdBody
Auto Trait Implementations§
impl Freeze for PutMocksMockIdBody
impl RefUnwindSafe for PutMocksMockIdBody
impl Send for PutMocksMockIdBody
impl Sync for PutMocksMockIdBody
impl Unpin for PutMocksMockIdBody
impl UnwindSafe for PutMocksMockIdBody
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