pub struct FriendlyLocation {
pub file: String,
pub line: u32,
pub column: u32,
pub offset: usize,
}Fields§
§file: String§line: u32§column: u32§offset: usizeTrait Implementations§
Source§impl Clone for FriendlyLocation
impl Clone for FriendlyLocation
Source§fn clone(&self) -> FriendlyLocation
fn clone(&self) -> FriendlyLocation
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 FriendlyLocation
impl RefUnwindSafe for FriendlyLocation
impl Send for FriendlyLocation
impl Sync for FriendlyLocation
impl Unpin for FriendlyLocation
impl UnwindSafe for FriendlyLocation
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