Struct sv_parser::behavioral_statements::Var
source · pub struct Var {
pub nodes: (Keyword,),
}Fields§
§nodes: (Keyword,)Trait Implementations§
source§impl<'a> IntoIterator for &'a Var
impl<'a> IntoIterator for &'a Var
impl StructuralPartialEq for Var
Auto Trait Implementations§
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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