pub struct ListLLMCredentialsProvidersResponse {
pub providers: Option<Vec<ListLLMCredentialsProvidersResponseProvider>>,
}Expand description
ListLLMCredentialsProvidersResponse model.
Fields§
§providers: Option<Vec<ListLLMCredentialsProvidersResponseProvider>>Trait Implementations§
Source§impl Clone for ListLLMCredentialsProvidersResponse
impl Clone for ListLLMCredentialsProvidersResponse
Source§fn clone(&self) -> ListLLMCredentialsProvidersResponse
fn clone(&self) -> ListLLMCredentialsProvidersResponse
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 Default for ListLLMCredentialsProvidersResponse
impl Default for ListLLMCredentialsProvidersResponse
Source§fn default() -> ListLLMCredentialsProvidersResponse
fn default() -> ListLLMCredentialsProvidersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListLLMCredentialsProvidersResponse
impl<'de> Deserialize<'de> for ListLLMCredentialsProvidersResponse
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 ListLLMCredentialsProvidersResponse
Auto Trait Implementations§
impl Freeze for ListLLMCredentialsProvidersResponse
impl RefUnwindSafe for ListLLMCredentialsProvidersResponse
impl Send for ListLLMCredentialsProvidersResponse
impl Sync for ListLLMCredentialsProvidersResponse
impl Unpin for ListLLMCredentialsProvidersResponse
impl UnsafeUnpin for ListLLMCredentialsProvidersResponse
impl UnwindSafe for ListLLMCredentialsProvidersResponse
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