Enum vim_plugin_metadata::VimNode
source · pub enum VimNode {
StandaloneDocComment(String),
Function {
name: String,
doc: Option<String>,
},
}Variants§
Trait Implementations§
impl StructuralPartialEq for VimNode
Auto Trait Implementations§
impl Freeze for VimNode
impl RefUnwindSafe for VimNode
impl Send for VimNode
impl Sync for VimNode
impl Unpin for VimNode
impl UnwindSafe for VimNode
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