Struct sv_parser_syntaxtree::special_node::Keyword
source · [−]pub struct Keyword {
pub nodes: (Locate, Vec<WhiteSpace>),
}Fields
nodes: (Locate, Vec<WhiteSpace>)Trait Implementations
sourceimpl<'a> IntoIterator for &'a Keyword
impl<'a> IntoIterator for &'a Keyword
impl StructuralPartialEq for Keyword
Auto Trait Implementations
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnwindSafe for Keyword
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more