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