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