Struct rorm_declaration::hmr::Source
source · Expand description
Location in the source code a model or field originates from Used for better error messages in the migration tool
Fields
file: &'static str
Filename of the source code of the model or field
line: usize
Line of the model or field
column: usize
Column of the model or field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnwindSafe for Source
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more