pub struct Sources { /* private fields */ }

Implementations

Either a text document or a directory. A directory entry must end with a forward slash “/” and a directory entry implies that every nested text document within the directory belongs to this source item.

Get a reference to the bsp sources item’s kind.

Set the bsp sources item’s kind.

Get a reference to the bsp sources item’s uri.

Set the bsp sources item’s uri.

Get the bsp sources item’s generated.

Set the bsp sources item’s generated.

Trait Implementations

Formats the value using the given formatter. 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.