pub struct GeneratedLocation {
pub line: u32,
pub column: u32,
}Expand description
Result of a generated_position_for lookup.
Fields§
§line: u32§column: u32Trait Implementations§
Source§impl Clone for GeneratedLocation
impl Clone for GeneratedLocation
Source§fn clone(&self) -> GeneratedLocation
fn clone(&self) -> GeneratedLocation
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GeneratedLocation
impl RefUnwindSafe for GeneratedLocation
impl Send for GeneratedLocation
impl Sync for GeneratedLocation
impl Unpin for GeneratedLocation
impl UnsafeUnpin for GeneratedLocation
impl UnwindSafe for GeneratedLocation
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