pub struct LanguageMetaInput {
pub description: Option<String>,
pub name: String,
pub possible_template_params: Option<Vec<String>>,
pub source_code_link: Option<String>,
}
Fields§
§description: Option<String>
§name: String
§possible_template_params: Option<Vec<String>>
§source_code_link: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LanguageMetaInput
impl RefUnwindSafe for LanguageMetaInput
impl Send for LanguageMetaInput
impl Sync for LanguageMetaInput
impl Unpin for LanguageMetaInput
impl UnwindSafe for LanguageMetaInput
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