pub struct StepLocation {
pub file: &'static str,
pub line: u32,
pub column: u32,
}Fields§
§file: &'static str§line: u32§column: u32Implementations§
Trait Implementations§
Source§impl Clone for StepLocation
impl Clone for StepLocation
Source§fn clone(&self) -> StepLocation
fn clone(&self) -> StepLocation
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 moreSource§impl Debug for StepLocation
impl Debug for StepLocation
Source§impl Display for StepLocation
impl Display for StepLocation
impl Copy for StepLocation
Auto Trait Implementations§
impl Freeze for StepLocation
impl RefUnwindSafe for StepLocation
impl Send for StepLocation
impl Sync for StepLocation
impl Unpin for StepLocation
impl UnwindSafe for StepLocation
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