pub struct StoreError {
pub err_ty: StoreErrorTy,
pub file: &'static str,
pub line: u32,
pub msg: Option<String>,
}
Fields§
§err_ty: StoreErrorTy
§file: &'static str
§line: u32
§msg: Option<String>
Trait Implementations§
Source§impl Debug for StoreError
impl Debug for StoreError
Auto Trait Implementations§
impl Freeze for StoreError
impl RefUnwindSafe for StoreError
impl Send for StoreError
impl Sync for StoreError
impl Unpin for StoreError
impl UnwindSafe for StoreError
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