Struct sway_types::span::LineCol
source · pub struct LineCol {
pub line: usize,
pub col: usize,
}
Fields§
§line: usize
§col: usize
Trait Implementations§
impl Copy for LineCol
Auto Trait Implementations§
impl RefUnwindSafe for LineCol
impl Send for LineCol
impl Sync for LineCol
impl Unpin for LineCol
impl UnwindSafe for LineCol
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