pub struct CallPos {
pub line: u32,
pub file: &'static str,
}Fields§
§line: u32§file: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for CallPos
impl RefUnwindSafe for CallPos
impl Send for CallPos
impl Sync for CallPos
impl Unpin for CallPos
impl UnwindSafe for CallPos
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