pub struct DeepSeekExtBuilder;Trait Implementations§
Source§impl Clone for DeepSeekExtBuilder
impl Clone for DeepSeekExtBuilder
Source§fn clone(&self) -> DeepSeekExtBuilder
fn clone(&self) -> DeepSeekExtBuilder
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 moreimpl Copy for DeepSeekExtBuilder
Source§impl Debug for DeepSeekExtBuilder
impl Debug for DeepSeekExtBuilder
Source§impl Default for DeepSeekExtBuilder
impl Default for DeepSeekExtBuilder
Source§fn default() -> DeepSeekExtBuilder
fn default() -> DeepSeekExtBuilder
Returns the “default value” for a type. Read more
Source§impl ProviderBuilder for DeepSeekExtBuilder
impl ProviderBuilder for DeepSeekExtBuilder
Source§type Extension<H: HttpClientExt> = DeepSeekExt
type Extension<H: HttpClientExt> = DeepSeekExt
Provider extension type built for a concrete HTTP backend.
Source§type ApiKey = BearerAuth
type ApiKey = BearerAuth
API key input type accepted by the provider’s client builder.
Source§fn build<H>(
_builder: &ClientBuilder<DeepSeekExtBuilder, <DeepSeekExtBuilder as ProviderBuilder>::ApiKey, H>,
) -> Result<<DeepSeekExtBuilder as ProviderBuilder>::Extension<H>, Error>where
H: HttpClientExt,
fn build<H>(
_builder: &ClientBuilder<DeepSeekExtBuilder, <DeepSeekExtBuilder as ProviderBuilder>::ApiKey, H>,
) -> Result<<DeepSeekExtBuilder as ProviderBuilder>::Extension<H>, Error>where
H: HttpClientExt,
Build the provider extension from the client builder configuration.
Source§fn finish<H>(
&self,
builder: ClientBuilder<Self, Self::ApiKey, H>,
) -> Result<ClientBuilder<Self, Self::ApiKey, H>, Error>
fn finish<H>( &self, builder: ClientBuilder<Self, Self::ApiKey, H>, ) -> Result<ClientBuilder<Self, Self::ApiKey, H>, Error>
This method can be used to customize the fields of
builder before it is used to create
a client. For example, adding default headersAuto Trait Implementations§
impl Freeze for DeepSeekExtBuilder
impl RefUnwindSafe for DeepSeekExtBuilder
impl Send for DeepSeekExtBuilder
impl Sync for DeepSeekExtBuilder
impl Unpin for DeepSeekExtBuilder
impl UnsafeUnpin for DeepSeekExtBuilder
impl UnwindSafe for DeepSeekExtBuilder
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