Struct vscode_generator::package::contributes::SnippetsContribute
source · pub struct SnippetsContribute {
pub language: String,
pub path: PathBuf,
}Expand description
The snippets contribute object
- language - the snippets programming language
- path - the snippets file path
Fields§
§language: String§path: PathBufImplementations§
Trait Implementations§
source§impl Clone for SnippetsContribute
impl Clone for SnippetsContribute
source§fn clone(&self) -> SnippetsContribute
fn clone(&self) -> SnippetsContribute
Returns a copy of the value. Read more
1.0.0 · 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 SnippetsContribute
impl Debug for SnippetsContribute
Auto Trait Implementations§
impl Freeze for SnippetsContribute
impl RefUnwindSafe for SnippetsContribute
impl Send for SnippetsContribute
impl Sync for SnippetsContribute
impl Unpin for SnippetsContribute
impl UnwindSafe for SnippetsContribute
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)