pub struct StructAnalyzer;Trait Implementations§
source§impl Analyzer for StructAnalyzer
impl Analyzer for StructAnalyzer
type Error = Infallible
type Node<'n> = &'n StructDeclaration
fn analyze<'n, 'c, C: Context<'c>>( &self, guard: RefVisitGuard<'_, Self::Node<'n>>, context: &mut C ) -> TraversingResult<Self::Error>
source§impl Debug for StructAnalyzer
impl Debug for StructAnalyzer
Auto Trait Implementations§
impl RefUnwindSafe for StructAnalyzer
impl Send for StructAnalyzer
impl Sync for StructAnalyzer
impl Unpin for StructAnalyzer
impl UnwindSafe for StructAnalyzer
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