pub struct DeleteClient200Response {
pub version: Option<String>,
pub message: Option<String>,
pub status: Option<Status>,
pub metadata: Option<Value>,
pub result: Option<Option<Value>>,
}Fields§
§version: Option<String>Version of the API
message: Option<String>Brief description of the response
status: Option<Status>Whether the request was a success or failure.
metadata: Option<Value>Metadata about the result object, including pagination information
result: Option<Option<Value>>Implementations§
Source§impl DeleteClient200Response
impl DeleteClient200Response
pub fn new() -> DeleteClient200Response
Trait Implementations§
Source§impl Clone for DeleteClient200Response
impl Clone for DeleteClient200Response
Source§fn clone(&self) -> DeleteClient200Response
fn clone(&self) -> DeleteClient200Response
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 DeleteClient200Response
impl Debug for DeleteClient200Response
Source§impl Default for DeleteClient200Response
impl Default for DeleteClient200Response
Source§fn default() -> DeleteClient200Response
fn default() -> DeleteClient200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteClient200Response
impl<'de> Deserialize<'de> for DeleteClient200Response
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 DeleteClient200Response
impl PartialEq for DeleteClient200Response
Source§impl Serialize for DeleteClient200Response
impl Serialize for DeleteClient200Response
impl StructuralPartialEq for DeleteClient200Response
Auto Trait Implementations§
impl Freeze for DeleteClient200Response
impl RefUnwindSafe for DeleteClient200Response
impl Send for DeleteClient200Response
impl Sync for DeleteClient200Response
impl Unpin for DeleteClient200Response
impl UnsafeUnpin for DeleteClient200Response
impl UnwindSafe for DeleteClient200Response
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