pub struct CreateClient201Response {
pub version: Option<String>,
pub message: Option<String>,
pub status: Option<Status>,
pub metadata: Option<Value>,
pub result: Option<Box<Client>>,
}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<Box<Client>>Implementations§
Source§impl CreateClient201Response
impl CreateClient201Response
pub fn new() -> CreateClient201Response
Trait Implementations§
Source§impl Clone for CreateClient201Response
impl Clone for CreateClient201Response
Source§fn clone(&self) -> CreateClient201Response
fn clone(&self) -> CreateClient201Response
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 CreateClient201Response
impl Debug for CreateClient201Response
Source§impl Default for CreateClient201Response
impl Default for CreateClient201Response
Source§fn default() -> CreateClient201Response
fn default() -> CreateClient201Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateClient201Response
impl<'de> Deserialize<'de> for CreateClient201Response
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 CreateClient201Response
impl PartialEq for CreateClient201Response
Source§impl Serialize for CreateClient201Response
impl Serialize for CreateClient201Response
impl StructuralPartialEq for CreateClient201Response
Auto Trait Implementations§
impl Freeze for CreateClient201Response
impl RefUnwindSafe for CreateClient201Response
impl Send for CreateClient201Response
impl Sync for CreateClient201Response
impl Unpin for CreateClient201Response
impl UnsafeUnpin for CreateClient201Response
impl UnwindSafe for CreateClient201Response
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