pub struct SemanticAnalyzer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SemanticAnalyzer
impl Clone for SemanticAnalyzer
Source§fn clone(&self) -> SemanticAnalyzer
fn clone(&self) -> SemanticAnalyzer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemanticAnalyzer
impl Debug for SemanticAnalyzer
Source§impl Default for SemanticAnalyzer
impl Default for SemanticAnalyzer
Source§fn default() -> SemanticAnalyzer
fn default() -> SemanticAnalyzer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SemanticAnalyzer
impl RefUnwindSafe for SemanticAnalyzer
impl Send for SemanticAnalyzer
impl Sync for SemanticAnalyzer
impl Unpin for SemanticAnalyzer
impl UnsafeUnpin for SemanticAnalyzer
impl UnwindSafe for SemanticAnalyzer
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