pub struct UpdateMockRequest<'a> {
pub mock_uid: String,
pub mock: Option<Value>,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§mock_uid: String
§mock: Option<Value>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UpdateMockRequest<'a>
impl<'a> !RefUnwindSafe for UpdateMockRequest<'a>
impl<'a> Send for UpdateMockRequest<'a>
impl<'a> Sync for UpdateMockRequest<'a>
impl<'a> Unpin for UpdateMockRequest<'a>
impl<'a> !UnwindSafe for UpdateMockRequest<'a>
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