Struct vim_plugin_metadata::VimModule
source · pub struct VimModule {
pub nodes: Vec<VimNode>,
}Fields§
§nodes: Vec<VimNode>Trait Implementations§
impl StructuralPartialEq for VimModule
Auto Trait Implementations§
impl Freeze for VimModule
impl RefUnwindSafe for VimModule
impl Send for VimModule
impl Sync for VimModule
impl Unpin for VimModule
impl UnwindSafe for VimModule
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