pub struct ServerCapabilitiesBuilderState<const EXPERIMENTAL: bool = false, const LOGGING: bool = false, const COMPLETIONS: bool = false, const PROMPTS: bool = false, const RESOURCES: bool = false, const TOOLS: bool = false>;Trait Implementations§
Source§impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Clone for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Clone for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
Source§fn clone(
&self,
) -> ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
fn clone( &self, ) -> ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
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<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Debug for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Debug for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
Source§impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Default for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Default for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
Source§fn default() -> ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
fn default() -> ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
Returns the “default value” for a type. Read more
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Copy for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
Auto Trait Implementations§
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Freeze for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> RefUnwindSafe for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Send for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Sync for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> Unpin for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> UnsafeUnpin for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
impl<const EXPERIMENTAL: bool, const LOGGING: bool, const COMPLETIONS: bool, const PROMPTS: bool, const RESOURCES: bool, const TOOLS: bool> UnwindSafe for ServerCapabilitiesBuilderState<EXPERIMENTAL, LOGGING, COMPLETIONS, PROMPTS, RESOURCES, TOOLS>
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