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