Struct bsp_types::CompileProvider
source · [−]Fields
language_ids: Vec<String>Trait Implementations
sourceimpl Debug for CompileProvider
impl Debug for CompileProvider
sourceimpl Default for CompileProvider
impl Default for CompileProvider
sourcefn default() -> CompileProvider
fn default() -> CompileProvider
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CompileProvider
impl<'de> Deserialize<'de> for CompileProvider
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for CompileProvider
impl Serialize for CompileProvider
Auto Trait Implementations
impl RefUnwindSafe for CompileProvider
impl Send for CompileProvider
impl Sync for CompileProvider
impl Unpin for CompileProvider
impl UnwindSafe for CompileProvider
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more