pub struct DbErrorRef {
pub entity_uuid: String,
pub entity_type: String,
}
Expand description
Reference details for errors that involve a database entity.
Fields§
§entity_uuid: String
UUID of the entity involved in the error.
entity_type: String
Type of entity involved in the error.
Trait Implementations§
Source§impl Debug for DbErrorRef
impl Debug for DbErrorRef
Auto Trait Implementations§
impl Freeze for DbErrorRef
impl RefUnwindSafe for DbErrorRef
impl Send for DbErrorRef
impl Sync for DbErrorRef
impl Unpin for DbErrorRef
impl UnwindSafe for DbErrorRef
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