Enum ezno_checker::behavior::assignments::Reference
source · pub enum Reference {
Variable(String, SpanWithSource),
Property {
on: TypeId,
with: PropertyKey<'static>,
publicity: Publicity,
span: SpanWithSource,
},
}Variants§
Variable(String, SpanWithSource)
Property
Implementations§
source§impl Reference
impl Reference
pub fn get_position(&self) -> SpanWithSource
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnwindSafe for Reference
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