pub struct CompileProvider {
pub language_ids: Vec<String>,
}Fields§
§language_ids: Vec<String>Trait Implementations§
Source§impl Debug for CompileProvider
impl Debug for CompileProvider
Source§impl Default for CompileProvider
impl Default for CompileProvider
Source§fn default() -> CompileProvider
fn default() -> CompileProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompileProvider
impl<'de> Deserialize<'de> for CompileProvider
Source§fn 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
Auto Trait Implementations§
impl Freeze for CompileProvider
impl RefUnwindSafe for CompileProvider
impl Send for CompileProvider
impl Sync for CompileProvider
impl Unpin for CompileProvider
impl UnwindSafe for CompileProvider
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