pub struct ServerCapabilities { /* private fields */ }
Expand description

Server Capabilities

Implementations

Set the bsp server capabilities’s compile provider.

Get a reference to the bsp server capabilities’s compile provider.

Set the bsp server capabilities’s test provider.

Get a reference to the bsp server capabilities’s test provider.

Set the bsp server capabilities’s run provider.

Get a reference to the bsp server capabilities’s run provider.

Set the bsp server capabilities’s debug provider.

Get a reference to the bsp server capabilities’s debug provider.

Set the bsp server capabilities’s inverse sources provider.

Get the bsp server capabilities’s inverse sources provider.

Set the bsp server capabilities’s dependency sources provider.

Get the bsp server capabilities’s dependency sources provider.

Set the bsp server capabilities’s dependency modules provider.

Get the bsp server capabilities’s dependency modules provider.

Set the bsp server capabilities’s resources provider.

Get the bsp server capabilities’s resources provider.

Set the bsp server capabilities’s can reload.

Get the bsp server capabilities’s can reload.

Set the bsp server capabilities’s build target changed provider.

Get the bsp server capabilities’s build target changed provider.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.