Struct semantic_analyzer::ast::CodeLocation
source · pub struct CodeLocation(_, _);
Implementations§
Trait Implementations§
source§impl Clone for CodeLocation
impl Clone for CodeLocation
source§fn clone(&self) -> CodeLocation
fn clone(&self) -> CodeLocation
Returns a copy of the value. Read more
1.0.0 · 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 CodeLocation
impl Debug for CodeLocation
source§impl PartialEq<CodeLocation> for CodeLocation
impl PartialEq<CodeLocation> for CodeLocation
source§fn eq(&self, other: &CodeLocation) -> bool
fn eq(&self, other: &CodeLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CodeLocation
impl StructuralEq for CodeLocation
impl StructuralPartialEq for CodeLocation
Auto Trait Implementations§
impl RefUnwindSafe for CodeLocation
impl Send for CodeLocation
impl Sync for CodeLocation
impl Unpin for CodeLocation
impl UnwindSafe for CodeLocation
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