pub struct CreateClientResponse {
pub id: Uuid,
pub dataset_id: Uuid,
pub name: String,
pub description: String,
pub client_key: Vec<u8>,
}Fields§
§id: Uuid§dataset_id: Uuid§name: String§description: String§client_key: Vec<u8>Trait Implementations§
source§impl Debug for CreateClientResponse
impl Debug for CreateClientResponse
source§impl<'de> Deserialize<'de> for CreateClientResponse
impl<'de> Deserialize<'de> for CreateClientResponse
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 Serialize for CreateClientResponse
impl Serialize for CreateClientResponse
impl ViturResponse for CreateClientResponse
Auto Trait Implementations§
impl Freeze for CreateClientResponse
impl RefUnwindSafe for CreateClientResponse
impl Send for CreateClientResponse
impl Sync for CreateClientResponse
impl Unpin for CreateClientResponse
impl UnwindSafe for CreateClientResponse
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