pub struct ErrorPoint { /* private fields */ }Expand description
Represents a location at which an error was thrown via throw!()
Implementations§
Source§impl ErrorPoint
impl ErrorPoint
Sourcepub fn module_path(&self) -> &'static str
pub fn module_path(&self) -> &'static str
The module throw!() occurred in, retrieved by module_path!()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorPoint
impl RefUnwindSafe for ErrorPoint
impl Send for ErrorPoint
impl Sync for ErrorPoint
impl Unpin for ErrorPoint
impl UnwindSafe for ErrorPoint
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