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