pub struct KeywordsCmd {
pub keywords: Vec<String>,
}Expand description
Line Type 0 META command: !KEYWORDS language extension.
Fields§
§keywords: Vec<String>List of keywords.
Trait Implementations§
Source§impl Debug for KeywordsCmd
impl Debug for KeywordsCmd
Source§impl PartialEq for KeywordsCmd
impl PartialEq for KeywordsCmd
impl StructuralPartialEq for KeywordsCmd
Auto Trait Implementations§
impl Freeze for KeywordsCmd
impl RefUnwindSafe for KeywordsCmd
impl Send for KeywordsCmd
impl Sync for KeywordsCmd
impl Unpin for KeywordsCmd
impl UnwindSafe for KeywordsCmd
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