Struct manticore_openapi::models::update_response::UpdateResponse
source · pub struct UpdateResponse {
pub _index: Option<String>,
pub updated: Option<i32>,
pub _id: Option<i64>,
pub result: Option<String>,
}
Expand description
UpdateResponse : Success response
Fields§
§_index: Option<String>
§updated: Option<i32>
§_id: Option<i64>
§result: Option<String>
Implementations§
source§impl UpdateResponse
impl UpdateResponse
sourcepub fn new() -> UpdateResponse
pub fn new() -> UpdateResponse
Success response
Trait Implementations§
source§impl Clone for UpdateResponse
impl Clone for UpdateResponse
source§fn clone(&self) -> UpdateResponse
fn clone(&self) -> UpdateResponse
Returns a copy 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 UpdateResponse
impl Debug for UpdateResponse
source§impl Default for UpdateResponse
impl Default for UpdateResponse
source§fn default() -> UpdateResponse
fn default() -> UpdateResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateResponse
impl<'de> Deserialize<'de> for UpdateResponse
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 UpdateResponse
impl PartialEq for UpdateResponse
source§fn eq(&self, other: &UpdateResponse) -> bool
fn eq(&self, other: &UpdateResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UpdateResponse
impl Serialize for UpdateResponse
impl StructuralPartialEq for UpdateResponse
Auto Trait Implementations§
impl Freeze for UpdateResponse
impl RefUnwindSafe for UpdateResponse
impl Send for UpdateResponse
impl Sync for UpdateResponse
impl Unpin for UpdateResponse
impl UnwindSafe for UpdateResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)