pub struct ServiceKeyResponse {
pub created_at: String,
pub default_model: String,
pub has_key: bool,
pub is_enabled: bool,
pub provider: String,
pub updated_at: String,
}Fields§
§created_at: String§default_model: String§has_key: bool§is_enabled: bool§provider: String§updated_at: StringTrait Implementations§
Source§impl Clone for ServiceKeyResponse
impl Clone for ServiceKeyResponse
Source§fn clone(&self) -> ServiceKeyResponse
fn clone(&self) -> ServiceKeyResponse
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 ServiceKeyResponse
impl Debug for ServiceKeyResponse
Source§impl<'de> Deserialize<'de> for ServiceKeyResponse
impl<'de> Deserialize<'de> for ServiceKeyResponse
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
Auto Trait Implementations§
impl Freeze for ServiceKeyResponse
impl RefUnwindSafe for ServiceKeyResponse
impl Send for ServiceKeyResponse
impl Sync for ServiceKeyResponse
impl Unpin for ServiceKeyResponse
impl UnwindSafe for ServiceKeyResponse
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