pub struct LanguageBinding {
pub name: String,
pub install_hint: String,
pub usage_hint: String,
}Expand description
Install and usage hint for a supported binding.
Fields§
§name: String§install_hint: String§usage_hint: StringTrait Implementations§
Source§impl Clone for LanguageBinding
impl Clone for LanguageBinding
Source§fn clone(&self) -> LanguageBinding
fn clone(&self) -> LanguageBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LanguageBinding
impl Debug for LanguageBinding
Auto Trait Implementations§
impl Freeze for LanguageBinding
impl RefUnwindSafe for LanguageBinding
impl Send for LanguageBinding
impl Sync for LanguageBinding
impl Unpin for LanguageBinding
impl UnsafeUnpin for LanguageBinding
impl UnwindSafe for LanguageBinding
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