pub struct ModelChangedDebugInfo {
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 ModelChangedDebugInfo
impl Clone for ModelChangedDebugInfo
Source§fn clone(&self) -> ModelChangedDebugInfo
fn clone(&self) -> ModelChangedDebugInfo
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 ModelChangedDebugInfo
impl Debug for ModelChangedDebugInfo
impl Copy for ModelChangedDebugInfo
Auto Trait Implementations§
impl Freeze for ModelChangedDebugInfo
impl RefUnwindSafe for ModelChangedDebugInfo
impl Send for ModelChangedDebugInfo
impl Sync for ModelChangedDebugInfo
impl Unpin for ModelChangedDebugInfo
impl UnsafeUnpin for ModelChangedDebugInfo
impl UnwindSafe for ModelChangedDebugInfo
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