Struct vim_plugin_metadata::VimPlugin
source · pub struct VimPlugin {
pub content: Vec<VimModule>,
}Expand description
An entire vim plugin with all the metadata parsed from its files.
Fields§
§content: Vec<VimModule>Trait Implementations§
impl StructuralPartialEq for VimPlugin
Auto Trait Implementations§
impl Freeze for VimPlugin
impl RefUnwindSafe for VimPlugin
impl Send for VimPlugin
impl Sync for VimPlugin
impl Unpin for VimPlugin
impl UnwindSafe for VimPlugin
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