pub struct DeleteLLMProviderKeyResponse {
pub deleted: Option<bool>,
pub provider_id: Option<String>,
}Expand description
DeleteLLMProviderKeyResponse model.
Fields§
§deleted: Option<bool>§provider_id: Option<String>Trait Implementations§
Source§impl Clone for DeleteLLMProviderKeyResponse
impl Clone for DeleteLLMProviderKeyResponse
Source§fn clone(&self) -> DeleteLLMProviderKeyResponse
fn clone(&self) -> DeleteLLMProviderKeyResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteLLMProviderKeyResponse
impl Debug for DeleteLLMProviderKeyResponse
Source§impl Default for DeleteLLMProviderKeyResponse
impl Default for DeleteLLMProviderKeyResponse
Source§fn default() -> DeleteLLMProviderKeyResponse
fn default() -> DeleteLLMProviderKeyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteLLMProviderKeyResponse
impl<'de> Deserialize<'de> for DeleteLLMProviderKeyResponse
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
impl StructuralPartialEq for DeleteLLMProviderKeyResponse
Auto Trait Implementations§
impl Freeze for DeleteLLMProviderKeyResponse
impl RefUnwindSafe for DeleteLLMProviderKeyResponse
impl Send for DeleteLLMProviderKeyResponse
impl Sync for DeleteLLMProviderKeyResponse
impl Unpin for DeleteLLMProviderKeyResponse
impl UnsafeUnpin for DeleteLLMProviderKeyResponse
impl UnwindSafe for DeleteLLMProviderKeyResponse
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